Searched refs:cl_context (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl_gl_ext.h61 clCreateEventFromGLsyncKHR(cl_context /* context */,
H A Dcl_gl.h62 clCreateFromGLBuffer(cl_context /* context */,
68 clCreateFromGLTexture2D(cl_context /* context */,
76 clCreateFromGLTexture3D(cl_context /* context */,
84 clCreateFromGLRenderbuffer(cl_context /* context */,
H A Dcl.h43 typedef struct _cl_context * cl_context; typedef in typeref:struct:_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 /* contex
[all...]
/external/mesa3d/include/CL/
H A Dcl_gl_ext.h61 clCreateEventFromGLsyncKHR(cl_context /* context */,
H A Dcl_gl.h62 clCreateFromGLBuffer(cl_context /* context */,
68 clCreateFromGLTexture2D(cl_context /* context */,
76 clCreateFromGLTexture3D(cl_context /* context */,
84 clCreateFromGLRenderbuffer(cl_context /* context */,
H A Dcl.h43 typedef struct _cl_context * cl_context; typedef in typeref:struct:_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 /* contex
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dcontext.cpp28 PUBLIC cl_context
59 PUBLIC cl_context
78 clRetainContext(cl_context ctx) {
87 clReleaseContext(cl_context ctx) {
98 clGetContextInfo(cl_context ctx, cl_context_info param,
H A Dqueue.cpp29 clCreateCommandQueue(cl_context ctx, cl_device_id dev,
78 return scalar_property<cl_context>(buf, size, size_ret, &q->ctx);
H A Dsampler.cpp29 clCreateSampler(cl_context ctx, cl_bool norm_mode,
74 return scalar_property<cl_context>(buf, size, size_ret, &s->ctx);
H A Dmemory.cpp30 clCreateBuffer(cl_context ctx, cl_mem_flags flags, size_t size,
94 clCreateImage2D(cl_context ctx, cl_mem_flags flags,
129 clCreateImage3D(cl_context ctx, cl_mem_flags flags,
165 clGetSupportedImageFormats(cl_context ctx, cl_mem_flags flags,
220 return scalar_property<cl_context>(buf, size, size_ret, &obj->ctx);
H A Devent.cpp29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try {
101 return scalar_property<cl_context>(buf, size, size_ret, &ev->ctx);
H A Dprogram.cpp29 clCreateProgramWithSource(cl_context ctx, cl_uint count,
57 clCreateProgramWithBinary(cl_context ctx, cl_uint count,
179 return scalar_property<cl_context>(buf, size, size_ret,
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dcontext.cpp28 PUBLIC cl_context
59 PUBLIC cl_context
78 clRetainContext(cl_context ctx) {
87 clReleaseContext(cl_context ctx) {
98 clGetContextInfo(cl_context ctx, cl_context_info param,
H A Dqueue.cpp29 clCreateCommandQueue(cl_context ctx, cl_device_id dev,
78 return scalar_property<cl_context>(buf, size, size_ret, &q->ctx);
H A Dsampler.cpp29 clCreateSampler(cl_context ctx, cl_bool norm_mode,
74 return scalar_property<cl_context>(buf, size, size_ret, &s->ctx);
H A Dmemory.cpp30 clCreateBuffer(cl_context ctx, cl_mem_flags flags, size_t size,
94 clCreateImage2D(cl_context ctx, cl_mem_flags flags,
129 clCreateImage3D(cl_context ctx, cl_mem_flags flags,
165 clGetSupportedImageFormats(cl_context ctx, cl_mem_flags flags,
220 return scalar_property<cl_context>(buf, size, size_ret, &obj->ctx);
H A Devent.cpp29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try {
101 return scalar_property<cl_context>(buf, size, size_ret, &ev->ctx);
H A Dprogram.cpp29 clCreateProgramWithSource(cl_context ctx, cl_uint count,
57 clCreateProgramWithBinary(cl_context ctx, cl_uint count,
179 return scalar_property<cl_context>(buf, size, size_ret,
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkCLImageDiffer.h37 virtual bool init(cl_device_id device, cl_context context);
86 cl_context fContext;
H A DSkCLImageDiffer.cpp20 bool SkCLImageDiffer::init(cl_device_id device, cl_context context) {
/external/skia/tools/skpdiff/
H A DSkCLImageDiffer.h37 virtual bool init(cl_device_id device, cl_context context);
86 cl_context fContext;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dformat.hpp40 std::set<cl_image_format> supported_formats(cl_context ctx,
H A Ddevice.hpp70 clover::supported_formats(cl_context, cl_mem_object_type);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dformat.hpp40 std::set<cl_image_format> supported_formats(cl_context ctx,
H A Ddevice.hpp70 clover::supported_formats(cl_context, cl_mem_object_type);

Completed in 234 milliseconds

12