/third_party/skia/src/gpu/dawn/ |
D | GrDawnRenderTarget.h | 47 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override;
|
D | GrDawnRenderTarget.cpp | 38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment() function in GrDawnRenderTarget
|
/third_party/skia/src/gpu/ |
D | GrRenderTarget.cpp | 56 if (!this->completeStencilAttachment(stencil.get(), useMSAASurface)) { in attachStencilAttachment()
|
D | GrRenderTarget.h | 86 virtual bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) = 0;
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnRenderTarget.cpp | 35 bool GrDawnRenderTarget::completeStencilAttachment() { in completeStencilAttachment() function in GrDawnRenderTarget
|
D | GrDawnRenderTarget.h | 64 bool completeStencilAttachment() override;
|
/third_party/flutter/skia/src/gpu/ |
D | GrRenderTarget.h | 101 virtual bool completeStencilAttachment() = 0;
|
D | GrRenderTarget.cpp | 88 if (!fRenderTarget->completeStencilAttachment()) { in attachStencilAttachment()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 86 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override;
|
D | GrMtlRenderTarget.mm | 159 bool GrMtlRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { function
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLRenderTarget.h | 103 bool completeStencilAttachment() override;
|
D | GrGLRenderTarget.cpp | 110 bool GrGLRenderTarget::completeStencilAttachment() { in completeStencilAttachment() function in GrGLRenderTarget
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 93 bool completeStencilAttachment() override;
|
D | GrMtlRenderTarget.mm | 137 bool GrMtlRenderTarget::completeStencilAttachment() { function
|
/third_party/skia/src/gpu/gl/ |
D | GrGLRenderTarget.h | 117 bool completeStencilAttachment(GrAttachment* stencil, bool useMultisampleFBO) override;
|
D | GrGLRenderTarget.cpp | 134 bool GrGLRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMultisampleFBO) { in completeStencilAttachment() function in GrGLRenderTarget
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.h | 110 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment() function
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 157 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override;
|
D | GrVkRenderTarget.cpp | 267 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment() function in GrVkRenderTarget
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 163 bool completeStencilAttachment() override;
|
D | GrVkRenderTarget.cpp | 237 bool GrVkRenderTarget::completeStencilAttachment() { in completeStencilAttachment() function in GrVkRenderTarget
|
/third_party/skia/src/gpu/mock/ |
D | GrMockTexture.h | 108 bool completeStencilAttachment(GrAttachment*, bool useMSAASurface) override { in completeStencilAttachment() function
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockTexture.h | 98 bool completeStencilAttachment() override { return true; } in completeStencilAttachment() function
|