Package org.lwjgl.opencl
Class IMGUseGrallocPtr
java.lang.Object
org.lwjgl.opencl.IMGUseGrallocPtr
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
clEnqueueAcquireGrallocObjectsIMG
(long command_queue, @Nullable PointerBuffer mem_objects, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event) cl_int clEnqueueAcquireGrallocObjectsIMG(cl_command_queue command_queue, cl_uint num_objects, cl_mem const * mem_objects, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
static int
clEnqueueReleaseGrallocObjectsIMG
(long command_queue, @Nullable PointerBuffer mem_objects, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event) cl_int clEnqueueReleaseGrallocObjectsIMG(cl_command_queue command_queue, cl_uint num_objects, cl_mem const * mem_objects, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
static int
nclEnqueueAcquireGrallocObjectsIMG
(long command_queue, int num_objects, long mem_objects, int num_events_in_wait_list, long event_wait_list, long event) cl_int clEnqueueAcquireGrallocObjectsIMG(cl_command_queue command_queue, cl_uint num_objects, cl_mem const * mem_objects, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
static int
nclEnqueueReleaseGrallocObjectsIMG
(long command_queue, int num_objects, long mem_objects, int num_events_in_wait_list, long event_wait_list, long event) cl_int clEnqueueReleaseGrallocObjectsIMG(cl_command_queue command_queue, cl_uint num_objects, cl_mem const * mem_objects, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
-
Field Details
-
CL_COMMAND_ACQUIRE_GRALLOC_OBJECTS_IMG
public static final int CL_COMMAND_ACQUIRE_GRALLOC_OBJECTS_IMG- See Also:
-
CL_COMMAND_RELEASE_GRALLOC_OBJECTS_IMG
public static final int CL_COMMAND_RELEASE_GRALLOC_OBJECTS_IMG- See Also:
-
CL_GRALLOC_RESOURCE_NOT_ACQUIRED_IMG
public static final int CL_GRALLOC_RESOURCE_NOT_ACQUIRED_IMG- See Also:
-
CL_INVALID_GRALLOC_OBJECT_IMG
public static final int CL_INVALID_GRALLOC_OBJECT_IMG- See Also:
-
CL_MEM_USE_GRALLOC_PTR_IMG
public static final int CL_MEM_USE_GRALLOC_PTR_IMG- See Also:
-
-
Method Details
-
nclEnqueueAcquireGrallocObjectsIMG
public static int nclEnqueueAcquireGrallocObjectsIMG(long command_queue, int num_objects, long mem_objects, int num_events_in_wait_list, long event_wait_list, long event) cl_int clEnqueueAcquireGrallocObjectsIMG(cl_command_queue command_queue, cl_uint num_objects, cl_mem const * mem_objects, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
-
clEnqueueAcquireGrallocObjectsIMG
public static int clEnqueueAcquireGrallocObjectsIMG(long command_queue, @Nullable PointerBuffer mem_objects, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event) cl_int clEnqueueAcquireGrallocObjectsIMG(cl_command_queue command_queue, cl_uint num_objects, cl_mem const * mem_objects, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
-
nclEnqueueReleaseGrallocObjectsIMG
public static int nclEnqueueReleaseGrallocObjectsIMG(long command_queue, int num_objects, long mem_objects, int num_events_in_wait_list, long event_wait_list, long event) cl_int clEnqueueReleaseGrallocObjectsIMG(cl_command_queue command_queue, cl_uint num_objects, cl_mem const * mem_objects, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
-
clEnqueueReleaseGrallocObjectsIMG
public static int clEnqueueReleaseGrallocObjectsIMG(long command_queue, @Nullable PointerBuffer mem_objects, @Nullable PointerBuffer event_wait_list, @Nullable PointerBuffer event) cl_int clEnqueueReleaseGrallocObjectsIMG(cl_command_queue command_queue, cl_uint num_objects, cl_mem const * mem_objects, cl_uint num_events_in_wait_list, cl_event const * event_wait_list, cl_event * event)
-