Home
last modified time | relevance | path

Searched refs:GrGLAttachment (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLAttachment.cpp55 sk_sp<GrGLAttachment> GrGLAttachment::MakeStencil(GrGLGpu* gpu, in MakeStencil()
84 return sk_sp<GrGLAttachment>(new GrGLAttachment(gpu, in MakeStencil()
92 sk_sp<GrGLAttachment> GrGLAttachment::MakeMSAA(GrGLGpu* gpu, in MakeMSAA()
110 return sk_sp<GrGLAttachment>(new GrGLAttachment(gpu, in MakeMSAA()
119 void GrGLAttachment::onRelease() { in onRelease()
130 void GrGLAttachment::onAbandon() { in onAbandon()
136 GrBackendFormat GrGLAttachment::backendFormat() const { in backendFormat()
140 void GrGLAttachment::setMemoryBacking(SkTraceMemoryDump* traceMemoryDump, in setMemoryBacking()
DGrGLAttachment.h16 class GrGLAttachment : public GrAttachment {
18 static sk_sp<GrGLAttachment> MakeStencil(GrGLGpu* gpu,
23 static sk_sp<GrGLAttachment> MakeMSAA(GrGLGpu* gpu,
28 static sk_sp<GrGLAttachment> MakeWrappedRenderBuffer(GrGpu* gpu, in MakeWrappedRenderBuffer()
34 return sk_sp<GrGLAttachment>( in MakeWrappedRenderBuffer()
35 new GrGLAttachment(gpu, renderbufferID, dimensions, supportedUsages, sampleCnt, in MakeWrappedRenderBuffer()
53 GrGLAttachment(GrGpu* gpu, in GrGLAttachment() function
DGrGLRenderTarget.cpp30 sk_sp<GrGLAttachment> stencil) in GrGLRenderTarget()
86 sk_sp<GrGLAttachment> sb; in MakeWrapped()
98 sb = GrGLAttachment::MakeWrappedRenderBuffer(gpu, in MakeWrapped()
172 static_cast<GrGLAttachment*>(resourceProvider->getDiscardableMSAAAttachment( in ensureDynamicMSAAAttachment()
223 const GrGLAttachment* glStencil = static_cast<const GrGLAttachment*>(stencil); in bindInternal()
DGrGLRenderTarget.h19 class GrGLAttachment; variable
112 sk_sp<GrGLAttachment> stencil);
121 sk_sp<GrGLAttachment> fDynamicMSAAAttachment;
DGrGLGpu.cpp1770 auto stencil = GrGLAttachment::MakeStencil(this, dimensions, numStencilSamples, sFmt); in makeStencilAttachment()
1781 return GrGLAttachment::MakeMSAA(this, dimensions, numSamples, format.asGLFormat()); in makeMSAAAttachment()
/third_party/skia/src/gpu/
DBUILD.bazel441 "gl/GrGLAttachment.cpp",
442 "gl/GrGLAttachment.h",
/third_party/skia/gn/
Dgpu.gni432 "$_src/gpu/gl/GrGLAttachment.cpp",
433 "$_src/gpu/gl/GrGLAttachment.h",