|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CLMemory.Map | |
---|---|
com.jogamp.opencl |
Uses of CLMemory.Map in com.jogamp.opencl |
---|
Methods in com.jogamp.opencl that return CLMemory.Map | |
---|---|
CLMemory.Map |
CLMemory.Map.valueOf(int flag)
|
static CLMemory.Map |
CLMemory.Map.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CLMemory.Map[] |
CLMemory.Map.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jogamp.opencl with parameters of type CLMemory.Map | |
---|---|
ByteBuffer |
CLCommandQueue.putMapBuffer(CLBuffer<?> buffer,
CLMemory.Map flag,
boolean blockingMap)
Calls clEnqueueMapBuffer. |
ByteBuffer |
CLCommandQueue.putMapBuffer(CLBuffer<?> buffer,
CLMemory.Map flag,
boolean blockingMap,
CLEventList events)
Calls clEnqueueMapBuffer. |
ByteBuffer |
CLCommandQueue.putMapBuffer(CLBuffer<?> buffer,
CLMemory.Map flag,
boolean blockingMap,
CLEventList condition,
CLEventList events)
Calls clEnqueueMapBuffer. |
ByteBuffer |
CLCommandQueue.putMapBuffer(CLBuffer<?> buffer,
CLMemory.Map flag,
long offset,
long length,
boolean blockingMap)
Calls clEnqueueMapBuffer. |
ByteBuffer |
CLCommandQueue.putMapBuffer(CLBuffer<?> buffer,
CLMemory.Map flag,
long offset,
long length,
boolean blockingMap,
CLEventList condition,
CLEventList events)
Calls clEnqueueMapBuffer. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage2d<?> image,
CLMemory.Map flag,
boolean blockingMap)
Calls clEnqueueMapImage. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage2d<?> image,
CLMemory.Map flag,
boolean blockingMap,
CLEventList events)
Calls clEnqueueMapImage. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage2d<?> image,
CLMemory.Map flag,
boolean blockingMap,
CLEventList condition,
CLEventList events)
Calls clEnqueueMapImage. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage2d<?> buffer,
CLMemory.Map flag,
int offsetX,
int offsetY,
int rangeX,
int rangeY,
boolean blockingMap)
Calls clEnqueueMapImage. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage2d<?> image,
CLMemory.Map flag,
int offsetX,
int offsetY,
int rangeX,
int rangeY,
boolean blockingMap,
CLEventList condition,
CLEventList events)
Calls clEnqueueMapImage. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage3d<?> image,
CLMemory.Map flag,
boolean blockingMap)
Calls clEnqueueMapImage. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage3d<?> image,
CLMemory.Map flag,
boolean blockingMap,
CLEventList events)
Calls clEnqueueMapImage. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage3d<?> image,
CLMemory.Map flag,
boolean blockingMap,
CLEventList condition,
CLEventList events)
Calls clEnqueueMapImage. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage3d<?> image,
CLMemory.Map flag,
int offsetX,
int offsetY,
int offsetZ,
int rangeX,
int rangeY,
int rangeZ,
boolean blockingMap)
Calls clEnqueueMapImage. |
ByteBuffer |
CLCommandQueue.putMapImage(CLImage3d<?> image,
CLMemory.Map flag,
int offsetX,
int offsetY,
int offsetZ,
int rangeX,
int rangeY,
int rangeZ,
boolean blockingMap,
CLEventList condition,
CLEventList events)
Calls clEnqueueMapImage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |