Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLTextureRenderTarget.h34 bool canAttemptStencilAttachment() const override;
DGrGLRenderTarget.h63 bool canAttemptStencilAttachment() const override;
DGrGLTextureRenderTarget.cpp67 bool GrGLTextureRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLTextureRenderTarget
DGrGLRenderTarget.cpp174 bool GrGLRenderTarget::canAttemptStencilAttachment() const { in canAttemptStencilAttachment() function in GrGLRenderTarget
/external/skia/include/gpu/
DGrRenderTarget.h106 virtual bool canAttemptStencilAttachment() const = 0;
/external/skia/src/gpu/mock/
DGrMockTexture.h66 bool canAttemptStencilAttachment() const override { return true; } in canAttemptStencilAttachment() function
/external/skia/src/gpu/vk/
DGrVkRenderTarget.h68 bool canAttemptStencilAttachment() const override { in canAttemptStencilAttachment() function
/external/skia/src/gpu/
DGrResourceProvider.cpp432 if (!rt->wasDestroyed() && rt->canAttemptStencilAttachment()) { in attachStencilAttachment()