/third_party/skia/src/gpu/dawn/ |
D | GrDawnTextureRenderTarget.cpp | 24 bool GrDawnTextureRenderTarget::canAttemptStencilAttachment(bool useMSAASurface) const { in canAttemptStencilAttachment() function in GrDawnTextureRenderTarget
|
D | GrDawnTextureRenderTarget.h | 30 bool canAttemptStencilAttachment(bool useMSAASurface) const override;
|
D | GrDawnRenderTarget.h | 25 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnTextureRenderTarget.cpp | 27 bool GrDawnTextureRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrDawnTextureRenderTarget
|
D | GrDawnTextureRenderTarget.h | 32 bool canAttemptStencilAttachment() const override;
|
D | GrDawnRenderTarget.h | 32 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
|
/third_party/flutter/skia/src/gpu/ |
D | GrRenderTarget.h | 81 virtual bool canAttemptStencilAttachment() const = 0;
|
D | GrRenderTargetProxy.cpp | 82 return fTarget->asRenderTarget()->canAttemptStencilAttachment(); in canChangeStencilAttachment()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLTextureRenderTarget.h | 34 bool canAttemptStencilAttachment(bool useMultisampleFBO) const override;
|
D | GrGLTextureRenderTarget.cpp | 56 bool GrGLTextureRenderTarget::canAttemptStencilAttachment(bool useMultisampleFBO) const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
|
D | GrGLRenderTarget.h | 57 bool canAttemptStencilAttachment(bool useMultisampleFBO) const override;
|
D | GrGLRenderTarget.cpp | 315 bool GrGLRenderTarget::canAttemptStencilAttachment(bool useMultisampleFBO) const { in canAttemptStencilAttachment() function in GrGLRenderTarget
|
/third_party/skia/src/gpu/ |
D | GrRenderTarget.h | 53 virtual bool canAttemptStencilAttachment(bool useMSAASurface) const = 0;
|
D | GrRenderTargetProxy.cpp | 116 rt->canAttemptStencilAttachment(useMSAASurface); in canUseStencil()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLTextureRenderTarget.h | 34 bool canAttemptStencilAttachment() const override;
|
D | GrGLRenderTarget.h | 66 bool canAttemptStencilAttachment() const override;
|
D | GrGLTextureRenderTarget.cpp | 56 bool GrGLTextureRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
|
D | GrGLRenderTarget.cpp | 195 bool GrGLRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLRenderTarget
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 33 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 36 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.h | 42 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 99 bool canAttemptStencilAttachment(bool useMSAASurface) const override;
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 84 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
|
/third_party/skia/src/gpu/mock/ |
D | GrMockTexture.h | 103 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockTexture.h | 97 bool canAttemptStencilAttachment() const override { return true; } in canAttemptStencilAttachment() function
|