/external/skia/tools/skpdiff/ |
SkCLImageDiffer.h | 37 virtual bool init(cl_device_id device, cl_context context); 86 cl_context fContext;
|
SkCLImageDiffer.cpp | 20 bool SkCLImageDiffer::init(cl_device_id device, cl_context context) {
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl_gl_ext.h | 61 clCreateEventFromGLsyncKHR(cl_context /* context */,
|
cl_gl.h | 62 clCreateFromGLBuffer(cl_context /* context */, 68 clCreateFromGLTexture2D(cl_context /* context */, 76 clCreateFromGLTexture3D(cl_context /* context */, 84 clCreateFromGLRenderbuffer(cl_context /* context */,
|
cl.h | 43 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 /* context */ [all...] |
/external/mesa3d/include/CL/ |
cl_gl_ext.h | 61 clCreateEventFromGLsyncKHR(cl_context /* context */,
|
cl_gl.h | 62 clCreateFromGLBuffer(cl_context /* context */, 68 clCreateFromGLTexture2D(cl_context /* context */, 76 clCreateFromGLTexture3D(cl_context /* context */, 84 clCreateFromGLRenderbuffer(cl_context /* context */,
|
cl.h | 43 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 /* context */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
context.cpp | 28 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,
|
queue.cpp | 29 clCreateCommandQueue(cl_context ctx, cl_device_id dev, 78 return scalar_property<cl_context>(buf, size, size_ret, &q->ctx);
|
sampler.cpp | 29 clCreateSampler(cl_context ctx, cl_bool norm_mode, 74 return scalar_property<cl_context>(buf, size, size_ret, &s->ctx);
|
memory.cpp | 30 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);
|
program.cpp | 29 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,
|
event.cpp | 29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try { 101 return scalar_property<cl_context>(buf, size, size_ret, &ev->ctx);
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
context.cpp | 28 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,
|
queue.cpp | 29 clCreateCommandQueue(cl_context ctx, cl_device_id dev, 78 return scalar_property<cl_context>(buf, size, size_ret, &q->ctx);
|
sampler.cpp | 29 clCreateSampler(cl_context ctx, cl_bool norm_mode, 74 return scalar_property<cl_context>(buf, size, size_ret, &s->ctx);
|
memory.cpp | 30 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);
|
program.cpp | 29 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,
|
event.cpp | 29 clCreateUserEvent(cl_context ctx, cl_int *errcode_ret) try { 101 return scalar_property<cl_context>(buf, size, size_ret, &ev->ctx);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
format.hpp | 40 std::set<cl_image_format> supported_formats(cl_context ctx,
|
device.hpp | 70 clover::supported_formats(cl_context, cl_mem_object_type);
|
format.cpp | 148 supported_formats(cl_context ctx, cl_mem_object_type type) {
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
format.hpp | 40 std::set<cl_image_format> supported_formats(cl_context ctx,
|
device.hpp | 70 clover::supported_formats(cl_context, cl_mem_object_type);
|