Searched refs:cpuTempConfig (Results 1 – 1 of 1) sorted by relevance
2223 GrPixelConfig cpuTempConfig = kRGBA_8888_GrPixelConfig; in onGetReadPixelsInfo() local2225 cpuTempConfig = kSRGBA_8888_GrPixelConfig; in onGetReadPixelsInfo()2227 if (!this->readPixelsSupported(srcSurface, cpuTempConfig)) { in onGetReadPixelsInfo()2230 if (this->glCaps().canConfigBeFBOColorAttachment(cpuTempConfig)) { in onGetReadPixelsInfo()2232 tempDrawInfo->fTempSurfaceDesc.fConfig = cpuTempConfig; in onGetReadPixelsInfo()