Home
last modified time | relevance | path

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

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