Home
last modified time | relevance | path

Searched refs:getReadPixelsFormat (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h147 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
DGrGLCaps.cpp762 if (!this->getReadPixelsFormat(rtConfig, readConfig, &readFormat, &readType)) { in readPixelsSupported()
1179 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getReadPixelsFormat() function in GrGLCaps
DGrGLGpu.cpp2379 if (!this->glCaps().getReadPixelsFormat(renderTarget->config(), config, &externalFormat, in onReadPixels()