/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A 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()
|
H A D | dispatch.cpp | 32 clCreateContext,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 22 cl::clCreateContext,
|
H A D | proc_table_cl_autogen.cpp | 33 {"clCreateContext", P(::cl::clCreateContext)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 38 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties,
|
H A D | entry_points_cl_autogen.cpp | 105 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 56 mNative->getDispatch().clCreateContext == nullptr || in createInfo() 395 cl_context nativeContext = mNative->getDispatch().clCreateContext( in createContext()
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 138 LOAD_OPENCL_FUNCTION_PTR(clCreateContext); in LoadLibraryFromPath() 225 CL_DEFINE_FUNC_PTR(clCreateContext); 300 // clCreateContext wrapper, use OpenCLWrapper function. 301 cl_context clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, in clCreateContext() function 306 auto func = OHOS::clCreateContext; in clCreateContext()
|
/third_party/opencl-headers/include/ |
H A D | opencl_wrapper.h | 180 CL_DECLARE_FUNC_PTR(clCreateContext);
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 52 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext() function 62 return cl::GetDispatch().clCreateContext(properties, num_devices, devices, pfn_notify, in clCreateContext()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1110 cl_api_clCreateContext clCreateContext; member
|
H A D | cl.h | 1017 clCreateContext(const cl_context_properties * properties,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1110 cl_api_clCreateContext clCreateContext; member
|
H A D | cl.h | 1010 clCreateContext(const cl_context_properties * properties,
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 1110 cl_api_clCreateContext clCreateContext; member
|
H A D | cl.h | 1008 clCreateContext(const cl_context_properties * properties,
|
H A D | cl2.hpp | 840 #define __CREATE_CONTEXT_ERR CL_HPP_ERR_STR_(clCreateContext) 2796 * Wraps clCreateContext(). 2818 object_ = ::clCreateContext( in Context() 2844 object_ = ::clCreateContext( in Context()
|
H A D | cl.hpp | 394 #define __CREATE_CONTEXT_ERR __ERR_STR(clCreateContext) 2510 * Wraps clCreateContext(). 2531 object_ = ::clCreateContext( in Context() 2557 object_ = ::clCreateContext( in Context()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 606 hwctx->context = clCreateContext(props, 1, &hwctx->device_id, in opencl_device_create_internal()
|