Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_context

43 typedef struct _cl_context *        cl_context;
475 extern CL_API_ENTRY cl_context CL_API_CALL
483 extern CL_API_ENTRY cl_context CL_API_CALL
491 clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
494 clReleaseContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
497 clGetContextInfo(cl_context /* context */,
505 clCreateCommandQueue(cl_context /* context */,
544 clCreateBuffer(cl_context /* context */,
558 clCreateImage2D(cl_context /* context */,
568 clCreateImage3D(cl_context /* context */,
586 clGetSupportedImageFormats(cl_context /* context */,
614 clCreateSampler(cl_context /* context */,
635 clCreateProgramWithSource(cl_context /* context */,
642 clCreateProgramWithBinary(cl_context /* context */,
734 clCreateUserEvent(cl_context /* context */,