Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_context

41 typedef struct _cl_context *        cl_context;
611 extern CL_API_ENTRY cl_context CL_API_CALL
619 extern CL_API_ENTRY cl_context CL_API_CALL
627 clRetainContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
630 clReleaseContext(cl_context /* context */) CL_API_SUFFIX__VERSION_1_0;
633 clGetContextInfo(cl_context /* context */,
641 clCreateCommandQueue(cl_context /* context */,
661 clCreateBuffer(cl_context /* context */,
675 clCreateImage(cl_context /* context */,
689 clGetSupportedImageFormats(cl_context /* context */,
717 clCreateSampler(cl_context /* context */,
738 clCreateProgramWithSource(cl_context /* context */,
745 clCreateProgramWithBinary(cl_context /* context */,
754 clCreateProgramWithBuiltInKernels(cl_context /* context */,
786 clLinkProgram(cl_context /* context */,
875 clCreateUserEvent(cl_context /* context */,
1170 clCreateImage2D(cl_context /* context */,
1180 clCreateImage3D(cl_context /* context */,