/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 112 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 177 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height,
|
D | GrDawnGpu.cpp | 205 bool GrDawnGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function in GrDawnGpu
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 194 bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height,
|
D | GrMtlGpu.mm | 1373 bool GrMtlGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, function
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 183 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 285 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height,
|
D | GrVkGpu.cpp | 608 bool GrVkGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function in GrVkGpu
|
/external/skia/src/gpu/ |
D | GrGpu.h | 735 virtual bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height,
|
D | GrGpu.cpp | 526 if (this->onTransferPixelsFrom(surface, left, top, width, height, surfaceColorType, in transferPixelsFrom()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 311 bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height,
|
D | GrGLGpu.cpp | 926 bool GrGLGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function in GrGLGpu
|