Home
last modified time | relevance | path

Searched refs:cl_context (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
Dcontext.cpp28 PUBLIC cl_context
59 PUBLIC cl_context
78 clRetainContext(cl_context ctx) { in clRetainContext()
87 clReleaseContext(cl_context ctx) { in clReleaseContext()
98 clGetContextInfo(cl_context ctx, cl_context_info param, in clGetContextInfo()
Dmemory.cpp30 clCreateBuffer(cl_context ctx, cl_mem_flags flags, size_t size, in clCreateBuffer()
94 clCreateImage2D(cl_context ctx, cl_mem_flags flags, in clCreateImage2D()
129 clCreateImage3D(cl_context ctx, cl_mem_flags flags, in clCreateImage3D()
165 clGetSupportedImageFormats(cl_context ctx, cl_mem_flags flags, in clGetSupportedImageFormats()
220 return scalar_property<cl_context>(buf, size, size_ret, &obj->ctx); in clGetMemObjectInfo()
Dsampler.cpp29 clCreateSampler(cl_context ctx, cl_bool norm_mode, in clCreateSampler()
74 return scalar_property<cl_context>(buf, size, size_ret, &s->ctx); in clGetSamplerInfo()
Dqueue.cpp29 clCreateCommandQueue(cl_context ctx, cl_device_id dev, in clCreateCommandQueue()
78 return scalar_property<cl_context>(buf, size, size_ret, &q->ctx); in clGetCommandQueueInfo()
Dprogram.cpp29 clCreateProgramWithSource(cl_context ctx, cl_uint count, in clCreateProgramWithSource()
57 clCreateProgramWithBinary(cl_context ctx, cl_uint count, in clCreateProgramWithBinary()
179 return scalar_property<cl_context>(buf, size, size_ret, in clGetProgramInfo()
Devent.cpp29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try { in clCreateUserEvent()
101 return scalar_property<cl_context>(buf, size, size_ret, &ev->ctx); in clGetEventInfo()
Dkernel.cpp138 return scalar_property<cl_context>(buf, size, size_ret, in clGetKernelInfo()
/external/mesa3d/include/CL/
Dcl.h43 typedef struct _cl_context * cl_context; typedef
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 */,
[all …]
Dcl_gl.h62 clCreateFromGLBuffer(cl_context /* context */,
68 clCreateFromGLTexture2D(cl_context /* context */,
76 clCreateFromGLTexture3D(cl_context /* context */,
84 clCreateFromGLRenderbuffer(cl_context /* context */,
Dcl_gl_ext.h61 clCreateEventFromGLsyncKHR(cl_context /* context */,
Dcl.hpp1027 struct ReferenceHandler<cl_context>
1029 static cl_int retain(cl_context context) in retain()
1031 static cl_int release(cl_context context) in release()
1417 class Context : public detail::Wrapper<cl_context>
1803 cl_context context, cl_mem_flags flags, ID3D10Buffer* buffer,
/external/ImageMagick/MagickCore/
Dopencl-private.h86 typedef CL_API_ENTRY cl_context
94 (CL_API_CALL *MAGICKpfn_clReleaseContext)(cl_context context)
100 (CL_API_CALL *MAGICKpfn_clCreateCommandQueue)(cl_context context,
119 (CL_API_CALL *MAGICKpfn_clCreateBuffer)(cl_context context,
130 (CL_API_CALL *MAGICKpfn_clCreateProgramWithSource)(cl_context context,
135 (CL_API_CALL *MAGICKpfn_clCreateProgramWithBinary)(cl_context context,
289 cl_context
330 cl_context
Dopencl.c2202 clEnv->contexts=(cl_context *) AcquireQuantumMemory(clEnv->number_contexts, in LoadOpenCLDevices()
2203 sizeof(cl_context)); in LoadOpenCLDevices()
2204 if (clEnv->contexts == (cl_context *) NULL) in LoadOpenCLDevices()
2862 if (clEnv->contexts != (cl_context *) NULL) in RelinquishMagickCLEnv()
2869 clEnv->contexts=(cl_context *) RelinquishMagickMemory(clEnv->contexts); in RelinquishMagickCLEnv()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dformat.hpp40 std::set<cl_image_format> supported_formats(cl_context ctx,
Ddevice.hpp70 clover::supported_formats(cl_context, cl_mem_object_type);
Dformat.cpp148 supported_formats(cl_context ctx, cl_mem_object_type type) { in supported_formats()
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglew.h3064 typedef struct _cl_context *cl_context; typedef
3067 typedef GLsync (GLAPIENTRY * PFNGLCREATESYNCFROMCLEVENTARBPROC) (cl_context context, cl_event event…