Searched refs:clCreateContext (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | context.cpp | 30 clCreateContext(const cl_context_properties *d_props, cl_uint num_devs, in clCreateContext() function 85 return clCreateContext(d_props, num_devices, devs.data(), pfn_notify, in clCreateContextFromType()
|
D | dispatch.cpp | 31 clCreateContext,
|
D | dispatch.hpp | 65 CL_API_ENTRY cl_context (CL_API_CALL *clCreateContext)(
|
/external/skqp/src/compute/skc/ |
D | main.c | 151 cl_context context_cl = clCreateContext(context_properties_cl, in main()
|
/external/skia/src/compute/skc/ |
D | main.c | 151 cl_context context_cl = clCreateContext(context_properties_cl, in main()
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 257 MAGICKpfn_clCreateContext clCreateContext;
|
D | opencl.c | 2330 clEnv->contexts[i]=openCL_library->clCreateContext(properties,number_devices, in LoadOpenCLDevices() 2483 BIND(clCreateContext); in BindOpenCLFunctions()
|
/external/skia/src/compute/hs/cl/bench/ |
D | main.c | 597 cl_context context = clCreateContext(context_properties, in main()
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 597 cl_context context = clCreateContext(context_properties, in main()
|
/external/libxcam/modules/ocl/ |
D | cl_context.cpp | 172 clCreateContext (NULL, 1, &device_id, in init_context()
|
/external/mesa3d/include/CL/ |
D | cl.h | 612 clCreateContext(const cl_context_properties * /* properties */,
|
D | cl.hpp | 1432 object_ = ::clCreateContext( in Context()
|