Home
last modified time | relevance | path

Searched refs:clCreateImageWithProperties (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp169 clCreateImageWithProperties(cl_context d_ctx, in clCreateImageWithProperties() function
288 return clCreateImageWithProperties(d_ctx, NULL, d_flags, format, desc, host_ptr, r_errcode); in clCreateImage()
300 return clCreateImageWithProperties(d_ctx, NULL, d_flags, format, &desc, host_ptr, r_errcode); in clCreateImage2D()
312 return clCreateImageWithProperties(d_ctx, NULL, d_flags, format, &desc, host_ptr, r_errcode); in clCreateImage3D()
Ddispatch.cpp201 clCreateImageWithProperties,
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def123 clCreateImageWithProperties
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map152 clCreateImageWithProperties;
DlibOpenCL_autogen.cpp1141 cl_mem CL_API_CALL clCreateImageWithProperties(cl_context context, in clCreateImageWithProperties() function
1149 return cl::GetDispatch().clCreateImageWithProperties(context, properties, flags, image_format, in clCreateImageWithProperties()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp193 cl::clCreateImageWithProperties,
Dproc_table_cl_autogen.cpp143 {"clCreateImageWithProperties", P(::cl::clCreateImageWithProperties)}, in GetProcTable()
Dentry_points_cl_autogen.h604 cl_mem CL_API_CALL clCreateImageWithProperties(cl_context context,
Dentry_points_cl_autogen.cpp2374 cl_mem CL_API_CALL clCreateImageWithProperties(cl_context context, in clCreateImageWithProperties() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.cpp155 nativeImage = mNative->getDispatch().clCreateImageWithProperties( in createImage()
DCLPlatformCL.cpp304 mNative->getDispatch().clCreateImageWithProperties == nullptr || in createInfo()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1285 cl_api_clCreateImageWithProperties clCreateImageWithProperties; member
Dcl.h1132 clCreateImageWithProperties(cl_context context,
/third_party/mesa3d/include/CL/
Dcl.h1130 clCreateImageWithProperties(cl_context context,
Dcl_icd.h1285 cl_api_clCreateImageWithProperties clCreateImageWithProperties; member
/third_party/opencl-headers/CL/
Dcl.h1132 clCreateImageWithProperties(cl_context context,
Dcl_icd.h1285 cl_api_clCreateImageWithProperties clCreateImageWithProperties; member
/third_party/mesa3d/docs/
Dfeatures.txt661 clCreateImageWithProperties DONE