/external/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
|
/external/skia/src/gpu/gl/ |
D | GrGLTextureRenderTarget.h | 34 bool canAttemptStencilAttachment(bool useMultisampleFBO) const override;
|
D | GrGLRenderTarget.h | 51 bool canAttemptStencilAttachment(bool useMultisampleFBO) const override;
|
D | GrGLTextureRenderTarget.cpp | 56 bool GrGLTextureRenderTarget::canAttemptStencilAttachment(bool useMultisampleFBO) const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
|
D | GrGLRenderTarget.cpp | 254 bool GrGLRenderTarget::canAttemptStencilAttachment(bool useMultisampleFBO) const { in canAttemptStencilAttachment() function in GrGLRenderTarget
|
/external/skia/src/gpu/ |
D | GrRenderTarget.h | 53 virtual bool canAttemptStencilAttachment(bool useMSAASurface) const = 0;
|
D | GrRenderTargetProxy.cpp | 116 rt->canAttemptStencilAttachment(useMSAASurface); in canUseStencil()
|
D | GrResourceProvider.cpp | 515 if (!rt->wasDestroyed() && rt->canAttemptStencilAttachment(useMSAASurface)) { in attachStencilAttachment()
|
/external/skqp/src/gpu/gl/ |
D | GrGLTextureRenderTarget.h | 34 bool canAttemptStencilAttachment() const override;
|
D | GrGLTextureRenderTarget.cpp | 53 bool GrGLTextureRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
|
D | GrGLRenderTarget.h | 69 bool canAttemptStencilAttachment() const override;
|
D | GrGLRenderTarget.cpp | 197 bool GrGLRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLRenderTarget
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 38 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
|
/external/skqp/include/gpu/ |
D | GrRenderTarget.h | 105 virtual bool canAttemptStencilAttachment() const = 0;
|
/external/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 31 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
|
/external/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.h | 42 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
|
D | GrD3DGpu.cpp | 881 SkASSERT(tgt->canAttemptStencilAttachment(tgt->numSamples() > 1)); in onWrapBackendRenderTarget()
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderTarget.h | 84 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
|
D | GrVkGpu.cpp | 1137 SkASSERT(tgt->canAttemptStencilAttachment()); in onWrapBackendRenderTarget()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 103 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 103 bool canAttemptStencilAttachment(bool useMSAASurface) const override { in canAttemptStencilAttachment() function
|
/external/skqp/src/gpu/mock/ |
D | GrMockTexture.h | 119 bool canAttemptStencilAttachment() const override { return true; } in canAttemptStencilAttachment() function
|
/external/skqp/src/gpu/ |
D | GrResourceProvider.cpp | 412 if (!rt->wasDestroyed() && rt->canAttemptStencilAttachment()) { in attachStencilAttachment()
|