/third_party/skia/src/gpu/mock/ |
D | GrMockGpu.h | 111 bool onTransferPixelsTo(GrTexture*, in onTransferPixelsTo() function
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockGpu.h | 106 bool onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 125 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
|
D | GrDawnGpu.cpp | 103 bool GrDawnGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function in GrDawnGpu
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 180 bool onTransferPixelsTo(GrTexture*,
|
D | GrDawnGpu.cpp | 199 bool GrDawnGpu::onTransferPixelsTo(GrTexture* texture, in onTransferPixelsTo() function in GrDawnGpu
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 177 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height, in onTransferPixelsTo() function
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 207 bool onTransferPixelsTo(GrTexture*,
|
D | GrMtlGpu.mm | 1388 bool GrMtlGpu::onTransferPixelsTo(GrTexture* texture, function 1425 [blitCmdEncoder pushDebugGroup:@"onTransferPixelsTo"];
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 183 bool onTransferPixelsTo(GrTexture*,
|
D | GrD3DGpu.cpp | 781 bool GrD3DGpu::onTransferPixelsTo(GrTexture* texture, in onTransferPixelsTo() function in GrD3DGpu
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpu.h | 233 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
|
D | GrVkGpu.cpp | 463 bool GrVkGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function in GrVkGpu
|
/third_party/flutter/skia/src/gpu/ |
D | GrGpu.h | 583 virtual bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
|
D | GrGpu.cpp | 473 if (this->onTransferPixelsTo(texture, left, top, width, height, textureColorType, in transferPixelsTo()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.h | 289 bool onTransferPixelsTo(GrTexture*,
|
D | GrVkGpu.cpp | 543 bool GrVkGpu::onTransferPixelsTo(GrTexture* texture, in onTransferPixelsTo() function in GrVkGpu
|
/third_party/skia/src/gpu/ |
D | GrGpu.h | 752 virtual bool onTransferPixelsTo(GrTexture*,
|
D | GrGpu.cpp | 527 if (this->onTransferPixelsTo(texture, in transferPixelsTo()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.h | 252 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
|
D | GrGLGpu.cpp | 852 bool GrGLGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function in GrGLGpu
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.h | 323 bool onTransferPixelsTo(GrTexture*,
|
D | GrGLGpu.cpp | 867 bool GrGLGpu::onTransferPixelsTo(GrTexture* texture, in onTransferPixelsTo() function in GrGLGpu
|