Searched refs:getReadPixelsFormat (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 156 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
|
D | GrGLCaps.cpp | 983 if (!this->getReadPixelsFormat(surfaceConfig, readConfig, &readFormat, &readType)) { in readPixelsSupported() 1432 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getReadPixelsFormat() function in GrGLCaps
|
D | GrGLGpu.cpp | 2306 if (!this->glCaps().getReadPixelsFormat(surface->config(), config, &externalFormat, in onReadPixels()
|