Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/mesa/main/
H A Dblit.c283 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 Dframebuffer.c474 fb->Visual.stencilBits = _mesa_get_format_bits(fmt, GL_STENCIL_BITS); in _mesa_update_framebuffer_visual()
H A Dformats.c182 case GL_STENCIL_BITS: in _mesa_get_format_bits()
/third_party/skia/third_party/externals/angle2/samples/stencil_operations/
H A DStencilOperations.cpp185 glGetIntegerv(GL_STENCIL_BITS, &stencilBitCount);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c398 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 Dskottiekit_bindings.cpp244 glGetIntegerv(GL_STENCIL_BITS, &stencil); in MakeOnScreenGLSurface()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDepthStencilFormatsTest.cpp297 glGetIntegerv(GL_STENCIL_BITS, &stencilBits); in depthStencilReadbackCase()
631 glGetIntegerv(GL_STENCIL_BITS, &stencilBits); in TEST_P()
H A DClearTest.cpp2341 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 DWebGLFramebufferTest.cpp82 glGetIntegerv(GL_STENCIL_BITS, &stencilBits); in checkBufferBits()
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h205 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h209 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h209 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h205 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/glfw/tests/
H A Dglfwinfo.c858 glGetIntegerv(GL_STENCIL_BITS, &stencilbits); in main()
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h240 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h161 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h240 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h182 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/mesa3d/include/GLES/
H A Dgl.h212 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/openGLES/api/GLES/
H A Dgl.h193 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H A Dgl.h212 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dgl.h212 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp2138 case GL_STENCIL_BITS: in getIntegerv()
2562 case GL_STENCIL_BITS: in getQueryParameterInfo()
/third_party/glfw/deps/glad/
H A Dgles2.h384 #define GL_STENCIL_BITS 0x0D57 macro
/third_party/mesa3d/include/GLES2/
H A Dgl2.h188 #define GL_STENCIL_BITS 0x0D57 macro

Completed in 49 milliseconds

123