Searched refs:GrVkStencilAttachment (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkStencilAttachment.cpp | 16 GrVkStencilAttachment::GrVkStencilAttachment(GrVkGpu* gpu, in GrVkStencilAttachment() function in GrVkStencilAttachment 31 GrVkStencilAttachment* GrVkStencilAttachment::Create(GrVkGpu* gpu, in Create() 61 GrVkStencilAttachment* stencil = new GrVkStencilAttachment(gpu, lifeCycle, format, imageDesc, in Create() 69 GrVkStencilAttachment::~GrVkStencilAttachment() { in ~GrVkStencilAttachment() 75 size_t GrVkStencilAttachment::onGpuMemorySize() const { in onGpuMemorySize() 83 void GrVkStencilAttachment::onRelease() { in onRelease() 94 void GrVkStencilAttachment::onAbandon() { in onAbandon() 102 GrVkGpu* GrVkStencilAttachment::getVkGpu() const { in getVkGpu()
|
D | GrVkStencilAttachment.h | 18 class GrVkStencilAttachment : public GrStencilAttachment { 27 static GrVkStencilAttachment* Create(GrVkGpu* gpu, GrGpuResource::LifeCycle lifeCycle, 31 ~GrVkStencilAttachment() override; 45 GrVkStencilAttachment(GrVkGpu* gpu,
|
D | GrVkRenderTarget.cpp | 259 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in getAttachmentsDescriptor() 369 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilImageResource() 379 const GrVkStencilAttachment* vkStencil = static_cast<const GrVkStencilAttachment*>(stencil); in stencilAttachmentView()
|
D | GrVkCaps.h | 23 typedef GrVkStencilAttachment::Format StencilFormat;
|
D | GrVkRenderTarget.h | 21 class GrVkStencilAttachment; variable
|
D | GrVkGpu.cpp | 702 GrVkStencilAttachment* stencil(GrVkStencilAttachment::Create(this, in createStencilAttachmentForRenderTarget()
|
/external/skia/gyp/ |
D | gpu.gypi | 478 '<(skia_src_path)/gpu/vk/GrVkStencilAttachment.cpp', 479 '<(skia_src_path)/gpu/vk/GrVkStencilAttachment.h',
|