Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkFramebuffer.cpp18 const GrVkImageView* stencilAttachment) { in Create() argument
26 if (stencilAttachment) { in Create()
27 attachments[numAttachments++] = stencilAttachment->imageView(); in Create()
DGrVkFramebuffer.h27 const GrVkImageView* stencilAttachment);
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp430 const VkClearAttachment stencilAttachment = in commandClearStencilAttachment() local
444 vk.cmdClearAttachments(commandBuffer, 1u, &stencilAttachment, 1u, &rect); in commandClearStencilAttachment()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp654 GrStencilAttachment* stencilAttachment = in stencilPath() local
656 if (!stencilAttachment) { in stencilPath()
665 stencilAttachment->bits(), in stencilPath()