Home
last modified time | relevance | path

Searched refs:stencilView (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkStencilAttachment.cpp21 const GrVkImageView* stencilView) in GrVkStencilAttachment() argument
25 , fStencilView(stencilView) { in GrVkStencilAttachment()
28 stencilView->ref(); in GrVkStencilAttachment()
DGrVkStencilAttachment.h34 const GrVkImageView* stencilView() const { return fStencilView; } in stencilView() function
50 const GrVkImageView* stencilView);
DGrVkRenderTarget.cpp233 const GrVkImageView* stencilView = this->stencilAttachmentView(); in createFramebuffer() local
236 fResolveAttachmentView, stencilView); in createFramebuffer()
380 return vkStencil->stencilView(); in stencilAttachmentView()