Home
last modified time | relevance | path

Searched refs:GrGLStencilAttachment (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLStencilAttachment.cpp13 size_t GrGLStencilAttachment::onGpuMemorySize() const { in onGpuMemorySize()
21 void GrGLStencilAttachment::onRelease() { in onRelease()
32 void GrGLStencilAttachment::onAbandon() { in onAbandon()
38 void GrGLStencilAttachment::setMemoryBacking(SkTraceMemoryDump* traceMemoryDump, in setMemoryBacking()
DGrGLRenderTarget.cpp26 GrGLStencilAttachment* stencil) in GrGLRenderTarget()
73 GrGLStencilAttachment* sb = nullptr; in MakeWrapped()
75 GrGLStencilAttachment::IDDesc sbDesc; in MakeWrapped()
76 GrGLStencilAttachment::Format format; in MakeWrapped()
77 format.fInternalFormat = GrGLStencilAttachment::kUnknownInternalFormat; in MakeWrapped()
82 sb = new GrGLStencilAttachment(gpu, sbDesc, desc.fWidth, desc.fHeight, in MakeWrapped()
134 const GrGLStencilAttachment* glStencil = static_cast<const GrGLStencilAttachment*>(stencil); in completeStencilAttachment()
DGrGLStencilAttachment.h15 class GrGLStencilAttachment : public GrStencilAttachment {
31 GrGLStencilAttachment(GrGpu* gpu, in GrGLStencilAttachment() function
DGrGLRenderTarget.h19 class GrGLStencilAttachment; variable
89 GrGLStencilAttachment*);
DGrGLCaps.h30 typedef GrGLStencilAttachment::Format StencilFormat;
DGrGLGpu.cpp1622 const GrGLuint kUnknownBitCount = GrGLStencilAttachment::kUnknownBitCount;
1625 GrGLStencilAttachment::Format* format) { in get_stencil_rb_sizes()
1810 GrGLStencilAttachment::IDDesc sbDesc; in createStencilAttachmentForRenderTarget()
1842 GrGLStencilAttachment::Format format = sFmt; in createStencilAttachmentForRenderTarget()
1844 GrGLStencilAttachment* stencil = new GrGLStencilAttachment(this, in createStencilAttachmentForRenderTarget()
2401 GrGLStencilAttachment* stencilAttachment = static_cast<GrGLStencilAttachment*>( in onReadPixels()
DGrGLCaps.cpp1024 const GrGLuint kUnknownBitCount = GrGLStencilAttachment::kUnknownBitCount;
/external/skqp/gn/
Dgpu.gni442 "$_src/gpu/gl/GrGLStencilAttachment.cpp",
443 "$_src/gpu/gl/GrGLStencilAttachment.h",
/external/skqp/
DAndroid.bp983 "src/gpu/gl/GrGLStencilAttachment.cpp",