/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 106 bool onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 172 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
|
D | GrDawnGpu.cpp | 197 bool GrDawnGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function in GrDawnGpu
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 191 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
|
D | GrMtlGpu.mm | 1330 bool GrMtlGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, function
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 177 bool onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 281 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
|
D | GrVkGpu.cpp | 534 bool GrVkGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function in GrVkGpu
|
/external/skia/src/gpu/ |
D | GrGpu.h | 730 virtual bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
|
D | GrGpu.cpp | 492 if (this->onTransferPixelsTo(texture, left, top, width, height, textureColorType, in transferPixelsTo()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 307 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
|
D | GrGLGpu.cpp | 854 bool GrGLGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function in GrGLGpu
|