/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlTextureRenderTarget.mm | 23 : 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
|
D | GrMtlRenderTarget.mm | 24 : 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
|
D | GrMtlTexture.mm | 23 : 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
|
D | GrMtlUtil.h | 22 class GrSurface; variable
|
D | GrMtlCaps.h | 53 SurfaceReadPixelsSupport surfaceSupportsReadPixels(const GrSurface*) const override { in surfaceSupportsReadPixels()
|
D | GrMtlGpu.h | 183 bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height, in onTransferPixelsFrom() argument
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlTexture.mm | 25 : GrSurface(gpu, dimensions, GrProtected::kNo) function 47 : GrSurface(gpu, dimensions, GrProtected::kNo) function 66 : GrSurface(gpu, dimensions, GrProtected::kNo) function
|
D | GrMtlTextureRenderTarget.mm | 27 : GrSurface(gpu, dimensions, GrProtected::kNo) function 41 : GrSurface(gpu, dimensions, GrProtected::kNo) function
|
D | GrMtlRenderTarget.mm | 28 : GrSurface(gpu, dimensions, GrProtected::kNo) function 40 : GrSurface(gpu, dimensions, GrProtected::kNo) function
|
D | GrMtlUtil.h | 19 class GrSurface; variable
|
/third_party/skia/src/gpu/vk/ |
D | GrVkMSAALoadManager.h | 17 class GrSurface; variable
|
/third_party/skia/src/gpu/mock/ |
D | GrMockGpu.h | 92 bool onReadPixels(GrSurface*, in onReadPixels() argument 101 bool onWritePixels(GrSurface*, in onWritePixels() argument 121 bool onTransferPixelsFrom(GrSurface*, in onTransferPixelsFrom() argument
|
D | GrMockCaps.h | 125 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/ |
D | GrSurfacePriv.h | 38 friend class GrSurface; // to construct/copy this type. variable
|
D | GrTextureContext.h | 16 class GrSurface; variable
|
D | GrSurfaceContext.h | 27 class GrSurface; variable
|
D | GrGpu.h | 42 class GrSurface; variable
|
D | GrCaps.h | 25 class GrSurface; variable
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnCaps.h | 40 SurfaceReadPixelsSupport surfaceSupportsReadPixels(const GrSurface*) const override { in surfaceSupportsReadPixels()
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockCaps.h | 121 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/ |
D | GrSurface.h | 114 GrSurface(GrGpu* gpu, const SkISize& size, GrPixelConfig config, GrProtected isProtected) in GrSurface() function
|
/third_party/skia/src/gpu/ |
D | GrSurface.h | 122 GrSurface(GrGpu* gpu, const SkISize& dimensions, GrProtected isProtected) in GrSurface() function
|
D | SurfaceContext.h | 28 class GrSurface; variable
|
D | GrGpu.h | 41 class GrSurface; variable
|
/third_party/skia/tests/ |
D | GrSurfaceTest.cpp | 31 DEF_GPUTEST_FOR_MOCK_CONTEXT(GrSurface, reporter, ctxInfo) { in DEF_GPUTEST_FOR_MOCK_CONTEXT() argument
|