Searched defs:cl_command_queue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.h44 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 */,
763 clFlush(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
766 clFinish(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
770 clEnqueueReadBuffer(cl_command_queue /* command_queue */,
781 clEnqueueReadBufferRect(cl_command_queue /* command_queu
[all...]
/external/mesa3d/include/CL/
H A Dcl.h44 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 */,
763 clFlush(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
766 clFinish(cl_command_queue /* command_queue */) CL_API_SUFFIX__VERSION_1_0;
770 clEnqueueReadBuffer(cl_command_queue /* command_queue */,
781 clEnqueueReadBufferRect(cl_command_queue /* command_queu
[all...]

Completed in 53 milliseconds