Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlStencilAttachment.mm13 const id<MTLTexture> stencilView)
14 : GrStencilAttachment(gpu, stencilView.width, stencilView.height, format.fStencilBits,
15 stencilView.sampleCount)
17 , fStencilView(stencilView) {
DGrMtlStencilAttachment.h34 id<MTLTexture> stencilView() const { return fStencilView; } in stencilView() function
45 const id<MTLTexture> stencilView);
DGrMtlGpuCommandBuffer.mm33 fRenderPassDesc.stencilAttachment.texture = stencil->stencilView();
/external/skqp/src/gpu/mtl/
DGrMtlStencilAttachment.mm13 const id<MTLTexture> stencilView)
14 : GrStencilAttachment(gpu, stencilView.width, stencilView.height, format.fStencilBits,
15 stencilView.sampleCount)
17 , fStencilView(stencilView) {
DGrMtlStencilAttachment.h34 id<MTLTexture> stencilView() const { return fStencilView; } in stencilView() function
45 const id<MTLTexture> stencilView);
DGrMtlGpuCommandBuffer.mm33 fRenderPassDesc.stencilAttachment.texture = stencil->stencilView();
/external/skia/src/gpu/vk/
DGrVkStencilAttachment.cpp21 const GrVkImageView* stencilView) in GrVkStencilAttachment() argument
25 , fStencilView(stencilView) { in GrVkStencilAttachment()
27 stencilView->ref(); in GrVkStencilAttachment()
DGrVkStencilAttachment.h33 const GrVkImageView* stencilView() const { return fStencilView; } in stencilView() function
49 const GrVkImageView* stencilView);
DGrVkRenderTarget.cpp254 const GrVkImageView* stencilView = this->stencilAttachmentView(); in createFramebuffer() local
257 stencilView); in createFramebuffer()
399 return vkStencil->stencilView(); in stencilAttachmentView()
/external/skqp/src/gpu/vk/
DGrVkStencilAttachment.cpp21 const GrVkImageView* stencilView) in GrVkStencilAttachment() argument
25 , fStencilView(stencilView) { in GrVkStencilAttachment()
27 stencilView->ref(); in GrVkStencilAttachment()
DGrVkStencilAttachment.h33 const GrVkImageView* stencilView() const { return fStencilView; } in stencilView() function
49 const GrVkImageView* stencilView);
DGrVkRenderTarget.cpp254 const GrVkImageView* stencilView = this->stencilAttachmentView(); in createFramebuffer() local
257 stencilView); in createFramebuffer()
399 return vkStencil->stencilView(); in stencilAttachmentView()