Searched refs:srcSurface (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/ |
D | GrGpu.cpp | 263 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()
|
D | GrGpu.h | 202 bool getReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes, 540 virtual bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight,
|
D | GrTest.cpp | 301 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes, in onGetReadPixelsInfo() argument
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 59 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
|
D | GrVkGpu.cpp | 1084 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/ |
D | GrGLGpu.cpp | 2232 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()
|
D | GrGLGpu.h | 62 bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, size_t rowBytes,
|