Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLTextureRenderTarget.cpp41 bool GrGLTextureRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
DGrGLTextureRenderTarget.h41 bool canAttemptStencilAttachment() const override;
DGrGLRenderTarget.h64 bool canAttemptStencilAttachment() const override;
DGrGLRenderTarget.cpp172 bool GrGLRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLRenderTarget
/external/skia/include/gpu/
DGrRenderTarget.h112 virtual bool canAttemptStencilAttachment() const = 0;
/external/skia/src/gpu/vk/
DGrVkRenderTarget.h68 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
/external/skia/src/gpu/
DGrResourceProvider.cpp367 if (!rt->wasDestroyed() && rt->canAttemptStencilAttachment()) { in attachStencilAttachment()