Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.h59 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
DGrVkGpu.cpp1084 bool GrVkGpu::onGetReadPixelsInfo(GrSurface* srcSurface, int width, int height, size_t rowBytes, in onGetReadPixelsInfo() function in GrVkGpu
/external/skia/src/gpu/
DGrGpu.h540 virtual bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight,
DGrGpu.cpp275 if (!this->onGetReadPixelsInfo(srcSurface, width, height, rowBytes, readConfig, drawPreference, in getReadPixelsInfo()
DGrTest.cpp301 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes, in onGetReadPixelsInfo() function in MockGpu
/external/skia/src/gpu/gl/
DGrGLGpu.h62 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
DGrGLGpu.cpp2232 bool GrGLGpu::onGetReadPixelsInfo(GrSurface* srcSurface, int width, int height, size_t rowBytes, in onGetReadPixelsInfo() function in GrGLGpu