Home
last modified time | relevance | path

Searched refs:GrGLFormatIsPackedDepthStencil (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLRenderTarget.cpp154 if (GrGLFormatIsPackedDepthStencil(glStencil->format())) { in completeStencilAttachment()
DGrGLUtil.h448 static constexpr bool GrGLFormatIsPackedDepthStencil(GrGLFormat format) { in GrGLFormatIsPackedDepthStencil() function
DGrGLGpu.cpp1570 if (GrGLFormatIsPackedDepthStencil(sFmt)) { in getCompatibleStencilIndex()
1588 if (GrGLFormatIsPackedDepthStencil(sFmt)) { in getCompatibleStencilIndex()
3849 if (GrGLFormatIsPackedDepthStencil(this->glCaps().stencilFormats()[sFormatIdx])) { in createTestingOnlyBackendRenderTarget()