Searched refs:canAttemptStencilAttachment (Results 1 – 8 of 8) sorted by relevance
34 bool canAttemptStencilAttachment() const override;
63 bool canAttemptStencilAttachment() const override;
67 bool GrGLTextureRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
174 bool GrGLRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLRenderTarget
106 virtual bool canAttemptStencilAttachment() const = 0;
66 bool canAttemptStencilAttachment() const override { return true; } in canAttemptStencilAttachment() function
68 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
432 if (!rt->wasDestroyed() && rt->canAttemptStencilAttachment()) { in attachStencilAttachment()