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