Searched refs:canAttemptStencilAttachment (Results 1 – 7 of 7) sorted by relevance
41 bool GrGLTextureRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
41 bool canAttemptStencilAttachment() const override;
64 bool canAttemptStencilAttachment() const override;
172 bool GrGLRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLRenderTarget
112 virtual bool canAttemptStencilAttachment() const = 0;
68 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
367 if (!rt->wasDestroyed() && rt->canAttemptStencilAttachment()) { in attachStencilAttachment()