Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpu.cpp263 bool GrGpu::getReadPixelsInfo(GrSurface* srcSurface, int width, int height, size_t rowBytes, in getReadPixelsInfo() argument
275 if (!this->onGetReadPixelsInfo(srcSurface, width, height, rowBytes, readConfig, drawPreference, in getReadPixelsInfo()
281 if (!srcSurface->asTexture() || in getReadPixelsInfo()
DGrGpu.h202 bool getReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
540 virtual bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight,
DGrTest.cpp301 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes, in onGetReadPixelsInfo() argument
/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() argument
1092 if (srcSurface->config() != readConfig) { in onGetReadPixelsInfo()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2232 bool GrGLGpu::onGetReadPixelsInfo(GrSurface* srcSurface, int width, int height, size_t rowBytes, in onGetReadPixelsInfo() argument
2235 GrPixelConfig srcConfig = srcSurface->config(); in onGetReadPixelsInfo()
2266 GrRenderTarget* srcAsRT = srcSurface->asRenderTarget(); in onGetReadPixelsInfo()
2281 this->readPixelsSupported(srcSurface, srcConfig)) { in onGetReadPixelsInfo()
2288 } else if (!this->readPixelsSupported(srcSurface, readConfig)) { in onGetReadPixelsInfo()
2304 if (GrPixelConfigIsSRGB(srcSurface->config())) { in onGetReadPixelsInfo()
2307 if (!this->readPixelsSupported(srcSurface, cpuTempConfig)) { in onGetReadPixelsInfo()
DGrGLGpu.h62 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,