/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_clear.c | 366 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/ |
D | s_stencil.c | 69 assert(_mesa_get_format_bits(format, GL_STENCIL_BITS) == 8); in get_stencil_offset()
|
/external/robolectric/v1/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/mesa3d/src/mesa/main/ |
D | framebuffer.c | 567 fb->Visual.stencilBits = _mesa_get_format_bits(fmt, GL_STENCIL_BITS); in _mesa_update_framebuffer_visual()
|
D | fbobject.c | 2981 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()
|
D | formats.c | 1615 case GL_STENCIL_BITS: in _mesa_get_format_bits()
|
D | get.c | 444 { GL_STENCIL_BITS, BUFFER_INT(Visual.stencilBits), NO_EXTRA },
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 94 case GL_STENCIL_BITS: return "GL_STENCIL_BITS"; 1217 case GL_STENCIL_BITS: return "GL_STENCIL_BITS";
|
/external/swiftshader/include/GLES/ |
D | gl.h | 251 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 207 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 251 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 251 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 207 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.cpp | 1331 case GL_STENCIL_BITS: in getIntegerv() 1421 case GL_STENCIL_BITS: in getQueryParameterNum() 1573 case GL_STENCIL_BITS: in isQueryParameterInt()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Context.cpp | 1436 case GL_STENCIL_BITS: in getIntegerv() 1526 case GL_STENCIL_BITS: in getQueryParameterInfo()
|
/external/swiftshader/include/GLES2/ |
D | gl2.h | 186 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/ |
D | gl3.h | 231 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 2008 case GL_STENCIL_BITS: in getIntegerv() 2462 case GL_STENCIL_BITS: in getQueryParameterInfo()
|
D | libGLESv2.cpp | 3079 case GL_STENCIL_BITS: *params = 8; return; in GetIntegerv()
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 1999 …m_verifier->verifyIntegerGreaterOrEqual(m_testCtx, GL_STENCIL_BITS, m_context.getRenderTarget().ge… in test()
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 186 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 186 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/mesa3d/include/GL/ |
D | gl.h | 447 #define GL_STENCIL_BITS 0x0D57 macro
|
/external/deqp/modules/gles3/functional/ |
D | es3fIntegerStateQueryTests.cpp | 2824 …{ "stencil_bits", "STENCIL_BITS has minimum value of 0", GL_STENCIL_BITS, … in init()
|