Searched refs:GL_STENCIL_BITS (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dstencilreaddraw.c159 glGetIntegerv(GL_STENCIL_BITS, &bits);
H A Dstencilwrap.c24 glGetIntegerv(GL_STENCIL_BITS, &bits);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dblit.c272 if (_mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS) !=
273 _mesa_get_format_bits(drawRb->Format, GL_STENCIL_BITS)) {
327 read_s_bit = _mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS);
328 draw_s_bit = _mesa_get_format_bits(drawRb->Format, GL_STENCIL_BITS);
H A Dframebuffer.c494 fb->Visual.stencilBits = _mesa_get_format_bits(fmt, GL_STENCIL_BITS);
H A Dformats.c173 case GL_STENCIL_BITS:
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dblit.c272 if (_mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS) !=
273 _mesa_get_format_bits(drawRb->Format, GL_STENCIL_BITS)) {
327 read_s_bit = _mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS);
328 draw_s_bit = _mesa_get_format_bits(drawRb->Format, GL_STENCIL_BITS);
H A Dframebuffer.c474 fb->Visual.stencilBits = _mesa_get_format_bits(fmt, GL_STENCIL_BITS);
H A Dformats.c182 case GL_STENCIL_BITS:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c400 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0);
413 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0);
/xsrc/external/mit/mesa-demos/dist/src/osdemos/
H A Dosdemo.c296 glGetIntegerv(GL_STENCIL_BITS, &s);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c404 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0);
417 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxsnoop.c70 glGetIntegerv(GL_STENCIL_BITS, &sz);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_stencil.c70 assert(_mesa_get_format_bits(format, GL_STENCIL_BITS) == 8);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_stencil.c70 assert(_mesa_get_format_bits(format, GL_STENCIL_BITS) == 8);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dindirect_size_get.c460 case GL_STENCIL_BITS:
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_size_get.c461 case GL_STENCIL_BITS:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c210 _mesa_get_format_bits(format, GL_STENCIL_BITS) == 0)
767 if (_mesa_get_format_bits(dst_image->TexFormat, GL_STENCIL_BITS) > 0 &&
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c206 _mesa_get_format_bits(format, GL_STENCIL_BITS) == 0)
765 if (_mesa_get_format_bits(dst_image->TexFormat, GL_STENCIL_BITS) > 0 &&
/xsrc/external/mit/MesaLib.old/dist/include/GLES/
H A Dgl.h221 #define GL_STENCIL_BITS 0x0D57 macro
/xsrc/external/mit/MesaLib/dist/include/GLES/
H A Dgl.h212 #define GL_STENCIL_BITS 0x0D57 macro
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h38 { GL_STENCIL_BITS, BUFFER_INT(Visual.stencilBits), extra_new_buffers },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h38 { GL_STENCIL_BITS, BUFFER_INT(Visual.stencilBits), extra_new_buffers },
/xsrc/external/mit/MesaLib.old/dist/include/GLES2/
H A Dgl2.h188 #define GL_STENCIL_BITS 0x0D57 macro
/xsrc/external/mit/MesaLib/dist/include/GLES2/
H A Dgl2.h188 #define GL_STENCIL_BITS 0x0D57 macro
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dgl.h419 #define GL_STENCIL_BITS 0x0D57 macro

Completed in 39 milliseconds

12