Lines Matching defs:cl_context
31 typedef struct _cl_context * cl_context;
1000 clSetDefaultDeviceCommandQueue(cl_context context,
1016 extern CL_API_ENTRY cl_context CL_API_CALL
1027 extern CL_API_ENTRY cl_context CL_API_CALL
1038 clRetainContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
1041 clReleaseContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
1044 clGetContextInfo(cl_context context,
1053 clSetContextDestructorCallback(cl_context context,
1054 void (CL_CALLBACK* pfn_notify)(cl_context context,
1065 clCreateCommandQueueWithProperties(cl_context context,
1087 clCreateBuffer(cl_context context,
1107 clCreateImage(cl_context context,
1119 clCreatePipe(cl_context context,
1131 clCreateBufferWithProperties(cl_context context,
1139 clCreateImageWithProperties(cl_context context,
1156 clGetSupportedImageFormats(cl_context context,
1203 clSVMAlloc(cl_context context,
1209 clSVMFree(cl_context context,
1219 clCreateSamplerWithProperties(cl_context context,
1240 clCreateProgramWithSource(cl_context context,
1247 clCreateProgramWithBinary(cl_context context,
1258 clCreateProgramWithBuiltInKernels(cl_context context,
1269 clCreateProgramWithIL(cl_context context,
1306 clLinkProgram(cl_context context,
1460 clCreateUserEvent(cl_context context,
1872 clCreateImage2D(cl_context context,
1882 clCreateImage3D(cl_context context,
1913 clCreateCommandQueue(cl_context context,
1919 clCreateSampler(cl_context context,