Home
last modified time | relevance | path

Searched refs:completeStencilAttachment (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/src/gpu/dawn/
DGrDawnRenderTarget.h47 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override;
DGrDawnRenderTarget.cpp38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment() function in GrDawnRenderTarget
/third_party/skia/src/gpu/
DGrRenderTarget.cpp56 if (!this->completeStencilAttachment(stencil.get(), useMSAASurface)) { in attachStencilAttachment()
DGrRenderTarget.h86 virtual bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) = 0;
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnRenderTarget.cpp35 bool GrDawnRenderTarget::completeStencilAttachment() { in completeStencilAttachment() function in GrDawnRenderTarget
DGrDawnRenderTarget.h64 bool completeStencilAttachment() override;
/third_party/flutter/skia/src/gpu/
DGrRenderTarget.h101 virtual bool completeStencilAttachment() = 0;
DGrRenderTarget.cpp88 if (!fRenderTarget->completeStencilAttachment()) { in attachStencilAttachment()
/third_party/skia/src/gpu/mtl/
DGrMtlRenderTarget.h86 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override;
DGrMtlRenderTarget.mm159 bool GrMtlRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { function
/third_party/flutter/skia/src/gpu/gl/
DGrGLRenderTarget.h103 bool completeStencilAttachment() override;
DGrGLRenderTarget.cpp110 bool GrGLRenderTarget::completeStencilAttachment() { in completeStencilAttachment() function in GrGLRenderTarget
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlRenderTarget.h93 bool completeStencilAttachment() override;
DGrMtlRenderTarget.mm137 bool GrMtlRenderTarget::completeStencilAttachment() { function
/third_party/skia/src/gpu/gl/
DGrGLRenderTarget.h117 bool completeStencilAttachment(GrAttachment* stencil, bool useMultisampleFBO) override;
DGrGLRenderTarget.cpp134 bool GrGLRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMultisampleFBO) { in completeStencilAttachment() function in GrGLRenderTarget
/third_party/skia/src/gpu/d3d/
DGrD3DRenderTarget.h110 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment() function
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.h157 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override;
DGrVkRenderTarget.cpp267 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment() function in GrVkRenderTarget
/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderTarget.h163 bool completeStencilAttachment() override;
DGrVkRenderTarget.cpp237 bool GrVkRenderTarget::completeStencilAttachment() { in completeStencilAttachment() function in GrVkRenderTarget
/third_party/skia/src/gpu/mock/
DGrMockTexture.h108 bool completeStencilAttachment(GrAttachment*, bool useMSAASurface) override { in completeStencilAttachment() function
/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h98 bool completeStencilAttachment() override { return true; } in completeStencilAttachment() function