Class IMGUseGrallocPtr

java.lang.Object
org.lwjgl.opencl.IMGUseGrallocPtr

public class IMGUseGrallocPtr extends Object
  • 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 long 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

      @NativeType("cl_int") public static int clEnqueueAcquireGrallocObjectsIMG(@NativeType("cl_command_queue") long command_queue, @NativeType("cl_mem const *") @Nullable PointerBuffer mem_objects, @NativeType("cl_event const *") @Nullable PointerBuffer event_wait_list, @NativeType("cl_event *") @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

      @NativeType("cl_int") public static int clEnqueueReleaseGrallocObjectsIMG(@NativeType("cl_command_queue") long command_queue, @NativeType("cl_mem const *") @Nullable PointerBuffer mem_objects, @NativeType("cl_event const *") @Nullable PointerBuffer event_wait_list, @NativeType("cl_event *") @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)