Home
last modified time | relevance | path

Searched refs:onTransferPixelsTo (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockGpu.h106 bool onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function
/external/skia/src/gpu/dawn/
DGrDawnGpu.h172 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
DGrDawnGpu.cpp197 bool GrDawnGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function in GrDawnGpu
/external/skia/src/gpu/mtl/
DGrMtlGpu.h191 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
DGrMtlGpu.mm1330 bool GrMtlGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, function
/external/skia/src/gpu/d3d/
DGrD3DGpu.h177 bool onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function
/external/skia/src/gpu/vk/
DGrVkGpu.h281 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
DGrVkGpu.cpp534 bool GrVkGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function in GrVkGpu
/external/skia/src/gpu/
DGrGpu.h730 virtual bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
DGrGpu.cpp492 if (this->onTransferPixelsTo(texture, left, top, width, height, textureColorType, in transferPixelsTo()
/external/skia/src/gpu/gl/
DGrGLGpu.h307 bool onTransferPixelsTo(GrTexture*, int left, int top, int width, int height,
DGrGLGpu.cpp854 bool GrGLGpu::onTransferPixelsTo(GrTexture* texture, int left, int top, int width, int height, in onTransferPixelsTo() function in GrGLGpu