Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpu.h173 virtual bool fullReadPixelsIsFasterThanPartial() const { return false; }; in fullReadPixelsIsFasterThanPartial() function
DGrContext.cpp1594 fGpu->fullReadPixelsIsFasterThanPartial()) { in readRenderTargetPixels()
/external/skia/src/gpu/gl/
DGrGLGpu.h71 bool fullReadPixelsIsFasterThanPartial() const override;
DGrGLGpu.cpp294 bool GrGLGpu::fullReadPixelsIsFasterThanPartial() const { in fullReadPixelsIsFasterThanPartial() function in GrGLGpu