Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h156 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
DGrGLCaps.cpp983 if (!this->getReadPixelsFormat(surfaceConfig, readConfig, &readFormat, &readType)) { in readPixelsSupported()
1432 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getReadPixelsFormat() function in GrGLCaps
DGrGLGpu.cpp2306 if (!this->glCaps().getReadPixelsFormat(surface->config(), config, &externalFormat, in onReadPixels()