Searched refs:onGetWritePixelsInfo (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 63 bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height,
|
D | GrVkGpu.cpp | 239 bool GrVkGpu::onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, in onGetWritePixelsInfo() function in GrVkGpu
|
/external/skia/src/gpu/ |
D | GrGpu.h | 543 virtual bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height,
|
D | GrGpu.cpp | 313 if (!this->onGetWritePixelsInfo(dstSurface, width, height, srcConfig, drawPreference, in getWritePixelsInfo()
|
D | GrTest.cpp | 305 bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, in onGetWritePixelsInfo() function in MockGpu
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 66 bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height,
|
D | GrGLGpu.cpp | 721 bool GrGLGpu::onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, in onGetWritePixelsInfo() function in GrGLGpu
|