Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/mtl/
DGrMtlTexture.mm25 : GrSurface(gpu, dimensions, GrProtected::kNo) function
47 : GrSurface(gpu, dimensions, GrProtected::kNo) function
66 : GrSurface(gpu, dimensions, GrProtected::kNo) function
DGrMtlTextureRenderTarget.mm27 : GrSurface(gpu, dimensions, GrProtected::kNo) function
41 : GrSurface(gpu, dimensions, GrProtected::kNo) function
DGrMtlRenderTarget.mm28 : GrSurface(gpu, dimensions, GrProtected::kNo) function
40 : GrSurface(gpu, dimensions, GrProtected::kNo) function
DGrMtlUtil.h19 class GrSurface; variable
/third_party/skia/src/gpu/mock/
DGrMockGpu.h100 bool onReadPixels(GrSurface*, in onReadPixels() argument
109 bool onWritePixels(GrSurface*, in onWritePixels() argument
129 bool onTransferPixelsFrom(GrSurface*, in onTransferPixelsFrom() argument
DGrMockCaps.h125 SurfaceReadPixelsSupport surfaceSupportsReadPixels(const GrSurface*) const override { in surfaceSupportsReadPixels()
149 bool onSurfaceSupportsWritePixels(const GrSurface*) const override { return true; } in onSurfaceSupportsWritePixels()
/third_party/skia/src/gpu/vk/
DGrVkMSAALoadManager.h17 class GrSurface; variable
/third_party/skia/src/gpu/
DGrSurface.h122 GrSurface(GrGpu* gpu, const SkISize& dimensions, GrProtected isProtected) in GrSurface() function
DSurfaceContext.h28 class GrSurface; variable
DGrGpu.h42 class GrSurface; variable
DGrCaps.h31 class GrSurface; variable
/third_party/skia/tests/
DGrSurfaceTest.cpp31 DEF_GPUTEST_FOR_MOCK_CONTEXT(GrSurface, reporter, ctxInfo) { in DEF_GPUTEST_FOR_MOCK_CONTEXT() argument