Searched refs:clCreateContextFromType (Results 1 - 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | dispatch.cpp | 33 clCreateContextFromType,
|
H A D | context.cpp | 62 clCreateContextFromType(const cl_context_properties *d_props, in clCreateContextFromType() function
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 23 cl::clCreateContextFromType,
|
H A D | proc_table_cl_autogen.cpp | 34 {"clCreateContextFromType", P(::cl::clCreateContextFromType)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 48 clCreateContextFromType(const cl_context_properties *properties,
|
H A D | entry_points_cl_autogen.cpp | 140 clCreateContextFromType(const cl_context_properties *properties, in clCreateContextFromType() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 57 mNative->getDispatch().clCreateContextFromType == nullptr || in createInfo() 411 cl_context nativeContext = mNative->getDispatch().clCreateContextFromType( in createContextFromType()
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 139 LOAD_OPENCL_FUNCTION_PTR(clCreateContextFromType); in LoadLibraryFromPath() 226 CL_DEFINE_FUNC_PTR(clCreateContextFromType); 311 // clCreateContextFromType wrapper, use OpenCLWrapper function. 312 cl_context clCreateContextFromType(const cl_context_properties *properties, cl_device_type device_type, in clCreateContextFromType() function 317 auto func = OHOS::clCreateContextFromType; in clCreateContextFromType()
|
/third_party/opencl-headers/include/ |
H A D | opencl_wrapper.h | 181 CL_DECLARE_FUNC_PTR(clCreateContextFromType);
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 67 clCreateContextFromType(const cl_context_properties *properties, in clCreateContextFromType() function 76 return cl::GetDispatch().clCreateContextFromType(properties, device_type, pfn_notify, user_data, in clCreateContextFromType()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1111 cl_api_clCreateContextFromType clCreateContextFromType; member
|
H A D | cl.h | 1028 clCreateContextFromType(const cl_context_properties * properties,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1111 cl_api_clCreateContextFromType clCreateContextFromType; member
|
H A D | cl.h | 1021 clCreateContextFromType(const cl_context_properties * properties,
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 1111 cl_api_clCreateContextFromType clCreateContextFromType; member
|
H A D | cl.h | 1019 clCreateContextFromType(const cl_context_properties * properties,
|
H A D | cl2.hpp | 841 #define __CREATE_CONTEXT_FROM_TYPE_ERR CL_HPP_ERR_STR_(clCreateContextFromType) 2857 * Wraps clCreateContextFromType(). 2933 object_ = ::clCreateContextFromType( in Context()
|
H A D | cl.hpp | 395 #define __CREATE_CONTEXT_FROM_TYPE_ERR __ERR_STR(clCreateContextFromType) 2570 * Wraps clCreateContextFromType(). 2644 object_ = ::clCreateContextFromType( in Context()
|
Completed in 55 milliseconds