Searched refs:GL_STENCIL_TEST (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Dpixelflinger2.cpp163 case GL_STENCIL_TEST:
211 iface->EnableDisable(iface, GL_STENCIL_TEST, false);
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DTextureMapperGL.cpp385 GL_CMD(glDisable(GL_STENCIL_TEST))
633 GL_CMD(glDisable(GL_STENCIL_TEST))
/external/mesa3d/include/GLES2/
H A Dgl2.h149 #define GL_STENCIL_TEST 0x0B90 macro
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h149 #define GL_STENCIL_TEST 0x0B90 macro
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java640 glEnable(GL_STENCIL_TEST);
656 glDisable(GL_STENCIL_TEST);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp1687 case GL_STENCIL_TEST: context->setStencilTest(false); break;
1807 case GL_STENCIL_TEST: context->setStencilTest(true); break;
3664 case GL_STENCIL_TEST: return context->isStencilTestEnabled();
H A DContext.cpp1119 case GL_STENCIL_TEST: *params = mState.stencilTest; break;
1518 case GL_STENCIL_TEST:
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c1645 this->glDisable(GL_STENCIL_TEST);

Completed in 111 milliseconds