Home
last modified time | relevance | path

Searched refs:GrGLFormatStencilBits (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrBackendUtils.cpp162 return GrGLFormatStencilBits(glFormat); in GrBackendFormatStencilBits()
/third_party/skia/src/gpu/gl/
DGrGLUtil.h476 static constexpr int GrGLFormatStencilBits(GrGLFormat format) { in GrGLFormatStencilBits() function
DGrGLCaps.cpp1154 writer->appendS32("stencil bits", GrGLFormatStencilBits(fStencilFormats[i])); in onDumpJSON()
DGrGLGpu.cpp3900 auto stencilBits = SkToInt(GrGLFormatStencilBits(this->glCaps().stencilFormats()[sFormatIdx])); in createTestingOnlyBackendRenderTarget()