/third_party/skia/src/gpu/mock/ |
D | GrMockGpu.h | 121 bool onTransferPixelsFrom(GrSurface*, in onTransferPixelsFrom() function
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockGpu.h | 111 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 129 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height,
|
D | GrDawnGpu.cpp | 111 bool GrDawnGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function in GrDawnGpu
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 188 bool onTransferPixelsFrom(GrSurface*,
|
D | GrDawnGpu.cpp | 210 bool GrDawnGpu::onTransferPixelsFrom(GrSurface* surface, in onTransferPixelsFrom() function in GrDawnGpu
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 183 bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height, in onTransferPixelsFrom() function
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 215 bool onTransferPixelsFrom(GrSurface*,
|
D | GrMtlGpu.mm | 1443 bool GrMtlGpu::onTransferPixelsFrom(GrSurface* surface, function
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 191 bool onTransferPixelsFrom(GrSurface*,
|
D | GrD3DGpu.cpp | 849 bool GrD3DGpu::onTransferPixelsFrom(GrSurface* surface, in onTransferPixelsFrom() function in GrD3DGpu
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.h | 236 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height,
|
D | GrVkGpu.cpp | 520 bool GrVkGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function in GrVkGpu
|
/third_party/flutter/skia/src/gpu/ |
D | GrGpu.h | 595 virtual bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height,
|
D | GrGpu.cpp | 512 if (this->onTransferPixelsFrom(surface, left, top, width, height, surfaceColorType, in transferPixelsFrom()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.h | 297 bool onTransferPixelsFrom(GrSurface*,
|
D | GrVkGpu.cpp | 616 bool GrVkGpu::onTransferPixelsFrom(GrSurface* surface, in onTransferPixelsFrom() function in GrVkGpu
|
/third_party/skia/src/gpu/ |
D | GrGpu.h | 768 virtual bool onTransferPixelsFrom(GrSurface*,
|
D | GrGpu.cpp | 567 if (this->onTransferPixelsFrom(surface, in transferPixelsFrom()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.h | 255 bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height,
|
D | GrGLGpu.cpp | 925 bool GrGLGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function in GrGLGpu
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.h | 331 bool onTransferPixelsFrom(GrSurface*,
|
D | GrGLGpu.cpp | 934 bool GrGLGpu::onTransferPixelsFrom(GrSurface* surface, in onTransferPixelsFrom() function in GrGLGpu
|