Home
last modified time | relevance | path

Searched refs:canAttemptStencilAttachment (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/src/gpu/dawn/
DGrDawnTextureRenderTarget.cpp24 bool GrDawnTextureRenderTarget::canAttemptStencilAttachment(bool useMSAASurface) const { in canAttemptStencilAttachment() function in GrDawnTextureRenderTarget
DGrDawnTextureRenderTarget.h30 bool canAttemptStencilAttachment(bool useMSAASurface) const override;
DGrDawnRenderTarget.h25 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnTextureRenderTarget.cpp27 bool GrDawnTextureRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrDawnTextureRenderTarget
DGrDawnTextureRenderTarget.h32 bool canAttemptStencilAttachment() const override;
DGrDawnRenderTarget.h32 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
/third_party/flutter/skia/src/gpu/
DGrRenderTarget.h81 virtual bool canAttemptStencilAttachment() const = 0;
DGrRenderTargetProxy.cpp82 return fTarget->asRenderTarget()->canAttemptStencilAttachment(); in canChangeStencilAttachment()
/third_party/skia/src/gpu/gl/
DGrGLTextureRenderTarget.h34 bool canAttemptStencilAttachment(bool useMultisampleFBO) const override;
DGrGLTextureRenderTarget.cpp56 bool GrGLTextureRenderTarget::canAttemptStencilAttachment(bool useMultisampleFBO) const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
DGrGLRenderTarget.h57 bool canAttemptStencilAttachment(bool useMultisampleFBO) const override;
DGrGLRenderTarget.cpp315 bool GrGLRenderTarget::canAttemptStencilAttachment(bool useMultisampleFBO) const { in canAttemptStencilAttachment() function in GrGLRenderTarget
/third_party/skia/src/gpu/
DGrRenderTarget.h53 virtual bool canAttemptStencilAttachment(bool useMSAASurface) const = 0;
DGrRenderTargetProxy.cpp116 rt->canAttemptStencilAttachment(useMSAASurface); in canUseStencil()
/third_party/flutter/skia/src/gpu/gl/
DGrGLTextureRenderTarget.h34 bool canAttemptStencilAttachment() const override;
DGrGLRenderTarget.h66 bool canAttemptStencilAttachment() const override;
DGrGLTextureRenderTarget.cpp56 bool GrGLTextureRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
DGrGLRenderTarget.cpp195 bool GrGLRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLRenderTarget
/third_party/skia/src/gpu/mtl/
DGrMtlRenderTarget.h33 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlRenderTarget.h36 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
/third_party/skia/src/gpu/d3d/
DGrD3DRenderTarget.h42 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.h99 bool canAttemptStencilAttachment(bool useMSAASurface) const override;
/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderTarget.h84 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
/third_party/skia/src/gpu/mock/
DGrMockTexture.h103 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h97 bool canAttemptStencilAttachment() const override { return true; } in canAttemptStencilAttachment() function

12