Lines Matching refs:cl_context
31 typedef struct _cl_context * cl_context;
991 clSetDefaultDeviceCommandQueue(cl_context context,
1007 extern CL_API_ENTRY cl_context CL_API_CALL
1018 extern CL_API_ENTRY cl_context CL_API_CALL
1029 clRetainContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
1032 clReleaseContext(cl_context context) CL_API_SUFFIX__VERSION_1_0;
1035 clGetContextInfo(cl_context context,
1044 clSetContextDestructorCallback(cl_context context,
1045 void (CL_CALLBACK* pfn_notify)(cl_context context,
1056 clCreateCommandQueueWithProperties(cl_context context,
1078 clCreateBuffer(cl_context context,
1098 clCreateImage(cl_context context,
1110 clCreatePipe(cl_context context,
1122 clCreateBufferWithProperties(cl_context context,
1130 clCreateImageWithProperties(cl_context context,
1147 clGetSupportedImageFormats(cl_context context,
1194 clSVMAlloc(cl_context context,
1200 clSVMFree(cl_context context,
1210 clCreateSamplerWithProperties(cl_context context,
1231 clCreateProgramWithSource(cl_context context,
1238 clCreateProgramWithBinary(cl_context context,
1249 clCreateProgramWithBuiltInKernels(cl_context context,
1260 clCreateProgramWithIL(cl_context context,
1297 clLinkProgram(cl_context context,
1451 clCreateUserEvent(cl_context context,
1863 clCreateImage2D(cl_context context,
1873 clCreateImage3D(cl_context context,
1904 clCreateCommandQueue(cl_context context,
1910 clCreateSampler(cl_context context,