Home
last modified time | relevance | path

Searched refs:GL_STENCIL_BITS (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c366 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0); in check_clear_depth_stencil_with_quad()
419 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0); in check_clear_stencil_with_quad()
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c69 assert(_mesa_get_format_bits(format, GL_STENCIL_BITS) == 8); in get_stencil_offset()
/external/mesa3d/src/mesa/main/
Dframebuffer.c567 fb->Visual.stencilBits = _mesa_get_format_bits(fmt, GL_STENCIL_BITS); in _mesa_update_framebuffer_visual()
Dfbobject.c2981 else if (_mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS) != in _mesa_BlitFramebufferEXT()
2982 _mesa_get_format_bits(drawRb->Format, GL_STENCIL_BITS)) { in _mesa_BlitFramebufferEXT()
Dformats.c1615 case GL_STENCIL_BITS: in _mesa_get_format_bits()
Dget.c444 { GL_STENCIL_BITS, BUFFER_INT(Visual.stencilBits), NO_EXTRA },
/external/deqp/framework/opengl/
DgluStrUtil.inl93 case GL_STENCIL_BITS: return "GL_STENCIL_BITS";
1216 case GL_STENCIL_BITS: return "GL_STENCIL_BITS";
/external/mesa3d/include/GLES2/
Dgl2.h207 #define GL_STENCIL_BITS 0x0D57 macro
/external/mesa3d/include/GLES/
Dgl.h251 #define GL_STENCIL_BITS 0x0D57 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl186 #define GL_STENCIL_BITS 0x0D57 macro
/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp1979 …m_verifier->verifyIntegerGreaterOrEqual(m_testCtx, GL_STENCIL_BITS, m_context.getRenderTarget().ge… in test()
/external/mesa3d/include/GL/
Dgl.h447 #define GL_STENCIL_BITS 0x0D57 macro
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp2804 …{ "stencil_bits", "STENCIL_BITS has minimum value of 0", GL_STENCIL_BITS, … in init()