Home
last modified time | relevance | path

Searched refs:hasStencilAttachment (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkRenderTarget.h50 renderPass.hasStencilAttachment(), in getFramebuffer()
DGrVkRenderPass.h121 bool hasStencilAttachment() const { return fAttachmentFlags & kStencil_AttachmentFlag; } in hasStencilAttachment() function
DGrVkRenderPass.cpp414 this->hasStencilAttachment()); in isCompatible()
DGrVkOpsRenderPass.cpp68 bool withStencil = fCurrentRenderPass->hasStencilAttachment(); in setAttachmentLayouts()