HomeSort by relevance Sort by last modified time
    Searched defs:cl_command_queue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/include/CL/
cl.h 44 typedef struct _cl_command_queue * cl_command_queue; typedef in typeref:struct:_cl_command_queue
504 extern CL_API_ENTRY cl_command_queue CL_API_CALL
511 clRetainCommandQueue(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
514 clReleaseCommandQueue(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
517 clGetCommandQueueInfo(cl_command_queue /* command_queue */,
536 clSetCommandQueueProperty(cl_command_queue /* command_queue */,
    [all...]
  /external/mesa3d/include/CL/
cl.h 44 typedef struct _cl_command_queue * cl_command_queue; typedef in typeref:struct:_cl_command_queue
504 extern CL_API_ENTRY cl_command_queue CL_API_CALL
511 clRetainCommandQueue(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
514 clReleaseCommandQueue(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
517 clGetCommandQueueInfo(cl_command_queue /* command_queue */,
536 clSetCommandQueueProperty(cl_command_queue /* command_queue */,
    [all...]

Completed in 45 milliseconds