Home
last modified time | relevance | path

Searched refs:numImageFormats (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLContextCL.cpp188 cl_uint *numImageFormats) in getSupportedImageFormats() argument
214 if (numImageFormats != nullptr) in getSupportedImageFormats()
216 *numImageFormats = static_cast<cl_uint>(supportedFormats.size()); in getSupportedImageFormats()
DCLContextCL.h54 cl_uint *numImageFormats) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLContextImpl.h49 cl_uint *numImageFormats) = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLContext.cpp181 cl_uint *numImageFormats) in getSupportedImageFormats() argument
184 numImageFormats); in getSupportedImageFormats()
DCLContext.h71 cl_uint *numImageFormats);