Home
last modified time | relevance | path

Searched defs:GrSurface (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/gpu/ganesh/mtl/
DGrMtlTexture.mm26 : GrSurface(gpu, dimensions, GrProtected::kNo, label) function
49 : GrSurface(gpu, dimensions, GrProtected::kNo, label) function
69 : GrSurface(gpu, dimensions, GrProtected::kNo, label) function
DGrMtlTextureRenderTarget.mm28 : GrSurface(gpu, dimensions, GrProtected::kNo, label) function
43 : GrSurface(gpu, dimensions, GrProtected::kNo, label) function
DGrMtlRenderTarget.mm29 : GrSurface(gpu, dimensions, GrProtected::kNo, label) function
42 : GrSurface(gpu, dimensions, GrProtected::kNo, label) function
DGrMtlUtil.h20 class GrSurface; variable
/external/skia/src/gpu/ganesh/mock/
DGrMockGpu.h95 bool onReadPixels(GrSurface*, in onReadPixels() argument
104 bool onWritePixels(GrSurface*, in onWritePixels() argument
132 bool onTransferPixelsFrom(GrSurface*, in onTransferPixelsFrom() argument
DGrMockCaps.h124 SurfaceReadPixelsSupport surfaceSupportsReadPixels(const GrSurface*) const override { in surfaceSupportsReadPixels()
148 bool onSurfaceSupportsWritePixels(const GrSurface*) const override { return true; } in onSurfaceSupportsWritePixels()
/external/skia/src/gpu/ganesh/vk/
DGrVkMSAALoadManager.h17 class GrSurface; variable
/external/skia/src/gpu/ganesh/
DGrRenderTargetProxy.h28 class GrSurface; variable
DGrSurface.h132 GrSurface(GrGpu* gpu, in GrSurface() function
DSurfaceContext.h28 class GrSurface; variable
DGrGpu.h43 class GrSurface; variable
DGrCaps.h38 class GrSurface; variable
/external/skia/tests/
DGrSurfaceTest.cpp68 DEF_GANESH_TEST_FOR_MOCK_CONTEXT(GrSurface, reporter, ctxInfo) { in DEF_GANESH_TEST_FOR_MOCK_CONTEXT() argument