/third_party/mesa3d/src/mesa/main/ |
H A D | blit.c | 283 if (_mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS) != in validate_stencil_buffer() 284 _mesa_get_format_bits(drawRb->Format, GL_STENCIL_BITS)) { in validate_stencil_buffer() 338 read_s_bit = _mesa_get_format_bits(readRb->Format, GL_STENCIL_BITS); in validate_depth_buffer() 339 draw_s_bit = _mesa_get_format_bits(drawRb->Format, GL_STENCIL_BITS); in validate_depth_buffer()
|
H A D | framebuffer.c | 474 fb->Visual.stencilBits = _mesa_get_format_bits(fmt, GL_STENCIL_BITS); in _mesa_update_framebuffer_visual()
|
H A D | formats.c | 182 case GL_STENCIL_BITS: in _mesa_get_format_bits()
|
/third_party/skia/third_party/externals/angle2/samples/stencil_operations/ |
H A D | StencilOperations.cpp | 185 glGetIntegerv(GL_STENCIL_BITS, &stencilBitCount);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_clear.c | 398 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0); in is_stencil_disabled() 411 assert(_mesa_get_format_bits(rb->Format, GL_STENCIL_BITS) > 0); in is_stencil_masked()
|
/third_party/skia/experimental/skottiekit/ |
H A D | skottiekit_bindings.cpp | 244 glGetIntegerv(GL_STENCIL_BITS, &stencil); in MakeOnScreenGLSurface()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | DepthStencilFormatsTest.cpp | 297 glGetIntegerv(GL_STENCIL_BITS, &stencilBits); in depthStencilReadbackCase() 631 glGetIntegerv(GL_STENCIL_BITS, &stencilBits); in TEST_P()
|
H A D | ClearTest.cpp | 2341 glGetIntegerv(GL_STENCIL_BITS, &stencilBits); in TEST_P() 2375 glGetIntegerv(GL_STENCIL_BITS, &stencilBits); in TEST_P() 2409 glGetIntegerv(GL_STENCIL_BITS, &stencilBits); in TEST_P()
|
H A D | WebGLFramebufferTest.cpp | 82 glGetIntegerv(GL_STENCIL_BITS, &stencilBits); in checkBufferBits()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 205 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 209 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
H A D | gl.h | 209 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
H A D | gl.h | 205 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/glfw/tests/ |
H A D | glfwinfo.c | 858 glGetIntegerv(GL_STENCIL_BITS, &stencilbits); in main()
|
/third_party/openGLES/api/GLES/1.0/ |
H A D | gl.h | 240 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/openGLES/api/GLSC2/ |
H A D | glsc2.h | 161 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
H A D | gl.h | 240 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
H A D | glsc2.h | 182 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/mesa3d/include/GLES/ |
H A D | gl.h | 212 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/openGLES/api/GLES/ |
H A D | gl.h | 193 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/skia/third_party/externals/swiftshader/include/GLES/ |
H A D | gl.h | 212 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
H A D | gl.h | 212 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.cpp | 2138 case GL_STENCIL_BITS: in getIntegerv() 2562 case GL_STENCIL_BITS: in getQueryParameterInfo()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 384 #define GL_STENCIL_BITS 0x0D57 macro
|
/third_party/mesa3d/include/GLES2/ |
H A D | gl2.h | 188 #define GL_STENCIL_BITS 0x0D57 macro
|