Searched refs:GrGLStencilAttachment (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLStencilAttachment.cpp | 13 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()
|
D | GrGLRenderTarget.cpp | 26 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()
|
D | GrGLStencilAttachment.h | 15 class GrGLStencilAttachment : public GrStencilAttachment { 31 GrGLStencilAttachment(GrGpu* gpu, in GrGLStencilAttachment() function
|
D | GrGLRenderTarget.h | 19 class GrGLStencilAttachment; variable 89 GrGLStencilAttachment*);
|
D | GrGLCaps.h | 30 typedef GrGLStencilAttachment::Format StencilFormat;
|
D | GrGLGpu.cpp | 1622 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()
|
D | GrGLCaps.cpp | 1024 const GrGLuint kUnknownBitCount = GrGLStencilAttachment::kUnknownBitCount;
|
/external/skqp/gn/ |
D | gpu.gni | 442 "$_src/gpu/gl/GrGLStencilAttachment.cpp", 443 "$_src/gpu/gl/GrGLStencilAttachment.h",
|
/external/skqp/ |
D | Android.bp | 983 "src/gpu/gl/GrGLStencilAttachment.cpp",
|