Searched refs:fUseExactScratch (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/gpu/
H A DGrContext.cpp417 if (tempDrawInfo.fUseExactScratch) {
421 tempDrawInfo.fUseExactScratch = false;
425 if (tempDrawInfo.fUseExactScratch) {
H A DGrGpu.h163 bool fUseExactScratch; member in struct:GrGpu::ReadPixelTempDrawInfo
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2243 tempDrawInfo->fUseExactScratch = this->glCaps().partialFBOReadIsSlow();

Completed in 160 milliseconds