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

  /external/chromium_org/third_party/mesa/src/include/CL/
cl.h 46 typedef struct _cl_program * cl_program; typedef in typeref:struct:_cl_program
634 extern CL_API_ENTRY cl_program CL_API_CALL
641 extern CL_API_ENTRY cl_program CL_API_CALL
651 clRetainProgram(cl_program /* program */) CL_API_SUFFIX__VERSION_1_0;
654 clReleaseProgram(cl_program /* program */) CL_API_SUFFIX__VERSION_1_0;
657 clBuildProgram(cl_program /* program */,
661 void (CL_CALLBACK * /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
668 clGetProgramInfo(cl_program /* program */
    [all...]
  /external/mesa3d/include/CL/
cl.h 46 typedef struct _cl_program * cl_program; typedef in typeref:struct:_cl_program
634 extern CL_API_ENTRY cl_program CL_API_CALL
641 extern CL_API_ENTRY cl_program CL_API_CALL
651 clRetainProgram(cl_program /* program */) CL_API_SUFFIX__VERSION_1_0;
654 clReleaseProgram(cl_program /* program */) CL_API_SUFFIX__VERSION_1_0;
657 clBuildProgram(cl_program /* program */,
661 void (CL_CALLBACK * /* pfn_notify */)(cl_program /* program */, void * /* user_data */),
668 clGetProgramInfo(cl_program /* program */
    [all...]

Completed in 63 milliseconds