Home
last modified time | relevance | path

Searched refs:GL_SCISSOR_TEST (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DTransferQueue.cpp556 glGetBooleanv(GL_SCISSOR_TEST, m_GLStateBeforeBlit.scissor); in saveGLState()
567 glDisable(GL_SCISSOR_TEST); in setGLStateForCopy()
585 glEnable(GL_SCISSOR_TEST); in restoreGLState()
/external/skia/src/utils/unix/
DSkOSWindow_Unix.cpp187 glDisable(GL_SCISSOR_TEST); in attachGL()
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp288 isScissorEnabled = ::glIsEnabled(GL_SCISSOR_TEST); in reshape()
289 ::glDisable(GL_SCISSOR_TEST); in reshape()
306 ::glEnable(GL_SCISSOR_TEST); in reshape()
308 ::glDisable(GL_SCISSOR_TEST); in reshape()
DTextureMapperGL.cpp600 GL_CMD(glEnable(GL_SCISSOR_TEST)) in setClip()
/external/mesa3d/src/pixelflinger2/
Dpixelflinger2.cpp170 case GL_SCISSOR_TEST: in EnableDisable()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglGL1Renderer.java401 glEnable(GL_SCISSOR_TEST); in setClipRect()
415 glDisable(GL_SCISSOR_TEST); in clearClipRect()
DLwjglRenderer.java722 glEnable(GL_SCISSOR_TEST); in setClipRect()
736 glDisable(GL_SCISSOR_TEST); in clearClipRect()
/external/mesa3d/include/GLES2/
Dgl2.h151 #define GL_SCISSOR_TEST 0x0C11 macro
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
Dgl2.h151 #define GL_SCISSOR_TEST 0x0C11 macro
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DOGLESShaderRenderer.java690 GLES20.glEnable(GLES20.GL_SCISSOR_TEST); in setClipRect()
712 GLES20.glDisable(GLES20.GL_SCISSOR_TEST); in clearClipRect()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DlibGLESv2.cpp1686 case GL_SCISSOR_TEST: context->setScissorTest(false); break; in glDisable()
1806 case GL_SCISSOR_TEST: context->setScissorTest(true); break; in glEnable()
3663 case GL_SCISSOR_TEST: return context->isScissorTestEnabled(); in glIsEnabled()
DContext.cpp1118 case GL_SCISSOR_TEST: *params = mState.scissorTest; break; in getBooleanv()
1517 case GL_SCISSOR_TEST: in getQueryParameterInfo()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_video.c1644 this->glDisable(GL_SCISSOR_TEST); in SDL_GL_Lock()