Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp2283 GrPixelConfig tempConfig = kRGBA_8888_GrPixelConfig; in onReadPixels() local
2285 tempConfig = kSRGBA_8888_GrPixelConfig; in onReadPixels()
2288 this->readPixelsSupported(surface, tempConfig)) { in onReadPixels()
2290 if (this->onReadPixels(surface, left, top, width, height, tempConfig, temp.get(), in onReadPixels()