Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockGpu.h112 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function
/external/skia/src/gpu/dawn/
DGrDawnGpu.h177 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height,
DGrDawnGpu.cpp205 bool GrDawnGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function in GrDawnGpu
/external/skia/src/gpu/mtl/
DGrMtlGpu.h194 bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height,
DGrMtlGpu.mm1373 bool GrMtlGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, function
/external/skia/src/gpu/d3d/
DGrD3DGpu.h183 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function
/external/skia/src/gpu/vk/
DGrVkGpu.h285 bool onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height,
DGrVkGpu.cpp608 bool GrVkGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function in GrVkGpu
/external/skia/src/gpu/
DGrGpu.h735 virtual bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height,
DGrGpu.cpp526 if (this->onTransferPixelsFrom(surface, left, top, width, height, surfaceColorType, in transferPixelsFrom()
/external/skia/src/gpu/gl/
DGrGLGpu.h311 bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height,
DGrGLGpu.cpp926 bool GrGLGpu::onTransferPixelsFrom(GrSurface* surface, int left, int top, int width, int height, in onTransferPixelsFrom() function in GrGLGpu