Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.mm23 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
34 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
47 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
58 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
DGrMtlRenderTarget.mm24 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
37 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
50 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
61 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
DGrMtlTexture.mm23 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
38 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
53 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, GrProtected::kNo) function
DGrMtlUtil.h22 class GrSurface; variable
DGrMtlCaps.h53 SurfaceReadPixelsSupport surfaceSupportsReadPixels(const GrSurface*) const override { in surfaceSupportsReadPixels()
DGrMtlGpu.h183 bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height, in onTransferPixelsFrom() argument
/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/vk/
DGrVkMSAALoadManager.h17 class GrSurface; variable
/third_party/skia/src/gpu/mock/
DGrMockGpu.h92 bool onReadPixels(GrSurface*, in onReadPixels() argument
101 bool onWritePixels(GrSurface*, in onWritePixels() argument
121 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/flutter/skia/src/gpu/
DGrSurfacePriv.h38 friend class GrSurface; // to construct/copy this type. variable
DGrTextureContext.h16 class GrSurface; variable
DGrSurfaceContext.h27 class GrSurface; variable
DGrGpu.h42 class GrSurface; variable
DGrCaps.h25 class GrSurface; variable
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.h40 SurfaceReadPixelsSupport surfaceSupportsReadPixels(const GrSurface*) const override { in surfaceSupportsReadPixels()
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h121 SurfaceReadPixelsSupport surfaceSupportsReadPixels(const GrSurface*) const override { in surfaceSupportsReadPixels()
148 bool onSurfaceSupportsWritePixels(const GrSurface*) const override { return true; } in onSurfaceSupportsWritePixels()
/third_party/flutter/skia/include/gpu/
DGrSurface.h114 GrSurface(GrGpu* gpu, const SkISize& size, GrPixelConfig config, GrProtected isProtected) in GrSurface() function
/third_party/skia/src/gpu/
DGrSurface.h122 GrSurface(GrGpu* gpu, const SkISize& dimensions, GrProtected isProtected) in GrSurface() function
DSurfaceContext.h28 class GrSurface; variable
DGrGpu.h41 class GrSurface; variable
/third_party/skia/tests/
DGrSurfaceTest.cpp31 DEF_GPUTEST_FOR_MOCK_CONTEXT(GrSurface, reporter, ctxInfo) { in DEF_GPUTEST_FOR_MOCK_CONTEXT() argument

12