Home
last modified time | relevance | path

Searched refs:clCreateContextFromType (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddispatch.cpp33 clCreateContextFromType,
H A Dcontext.cpp62 clCreateContextFromType(const cl_context_properties *d_props, in clCreateContextFromType() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp23 cl::clCreateContextFromType,
H A Dproc_table_cl_autogen.cpp34 {"clCreateContextFromType", P(::cl::clCreateContextFromType)}, in GetProcTable()
H A Dentry_points_cl_autogen.h48 clCreateContextFromType(const cl_context_properties *properties,
H A Dentry_points_cl_autogen.cpp140 clCreateContextFromType(const cl_context_properties *properties, in clCreateContextFromType() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp57 mNative->getDispatch().clCreateContextFromType == nullptr || in createInfo()
411 cl_context nativeContext = mNative->getDispatch().clCreateContextFromType( in createContextFromType()
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp139 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 Dopencl_wrapper.h181 CL_DECLARE_FUNC_PTR(clCreateContextFromType);
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp67 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 Dcl_icd.h1111 cl_api_clCreateContextFromType clCreateContextFromType; member
H A Dcl.h1028 clCreateContextFromType(const cl_context_properties * properties,
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h1111 cl_api_clCreateContextFromType clCreateContextFromType; member
H A Dcl.h1021 clCreateContextFromType(const cl_context_properties * properties,
/third_party/mesa3d/include/CL/
H A Dcl_icd.h1111 cl_api_clCreateContextFromType clCreateContextFromType; member
H A Dcl.h1019 clCreateContextFromType(const cl_context_properties * properties,
H A Dcl2.hpp841 #define __CREATE_CONTEXT_FROM_TYPE_ERR CL_HPP_ERR_STR_(clCreateContextFromType)
2857 * Wraps clCreateContextFromType().
2933 object_ = ::clCreateContextFromType( in Context()
H A Dcl.hpp395 #define __CREATE_CONTEXT_FROM_TYPE_ERR __ERR_STR(clCreateContextFromType)
2570 * Wraps clCreateContextFromType().
2644 object_ = ::clCreateContextFromType( in Context()

Completed in 55 milliseconds