Home
last modified time | relevance | path

Searched refs:glStencil (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLRenderTarget.cpp134 const GrGLStencilAttachment* glStencil = static_cast<const GrGLStencilAttachment*>(stencil); in completeStencilAttachment() local
135 GrGLuint rb = glStencil->renderbufferID(); in completeStencilAttachment()
142 if (glStencil->format().fPacked) { in completeStencilAttachment()
/external/skia/src/gpu/gl/
DGrGLRenderTarget.cpp149 const GrGLAttachment* glStencil = static_cast<const GrGLAttachment*>(stencil); in completeStencilAttachment() local
150 GrGLuint rb = glStencil->renderbufferID(); in completeStencilAttachment()
154 if (GrGLFormatIsPackedDepthStencil(glStencil->format())) { in completeStencilAttachment()