HomeSort by relevance Sort by last modified time
    Searched refs:GL_SCISSOR_TEST (Results 1 - 25 of 67) sorted by null

1 2 3

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmUtils.cpp 61 case GL_SCISSOR_TEST:
GLEScmValidate.cpp 174 case GL_SCISSOR_TEST:
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 307 glDisable(GL_SCISSOR_TEST);
334 glDisable(GL_SCISSOR_TEST);
337 glEnable(GL_SCISSOR_TEST);
441 glDisable(GL_SCISSOR_TEST);
490 glEnable(GL_SCISSOR_TEST);
497 glDisable(GL_SCISSOR_TEST);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 101 case GL_SCISSOR_TEST:
  /external/webkit/Source/WebCore/platform/graphics/android/
GLExtras.cpp 206 glDisable(GL_SCISSOR_TEST);
214 glEnable(GL_SCISSOR_TEST);
TransferQueue.cpp 516 glGetBooleanv(GL_SCISSOR_TEST, m_GLStateBeforeBlit.scissor);
527 glDisable(GL_SCISSOR_TEST);
544 glEnable(GL_SCISSOR_TEST);
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 228 glDisable(GL_SCISSOR_TEST);
231 glEnable(GL_SCISSOR_TEST);
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 271 glEnable(GL_SCISSOR_TEST);
    [all...]
LayerBase.cpp 370 glEnable(GL_SCISSOR_TEST);
397 glEnable(GL_SCISSOR_TEST);
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 132 case GL_SCISSOR_TEST:
  /frameworks/base/opengl/tests/filter/
filter.cpp 161 glDisable(GL_SCISSOR_TEST);
164 //glDisable(GL_SCISSOR_TEST);
167 //glEnable(GL_SCISSOR_TEST);
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 151 gl.glDisable(gl.GL_SCISSOR_TEST);
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 170 case GL_SCISSOR_TEST:
171 // LOGD("pf2: EnableDisable GL_SCISSOR_TEST \n");
174 // LOGD("pf2: EnableDisable GL_SCISSOR_TEST %d", enable);
  /external/skia/src/utils/unix/
SkOSWindow_Unix.cpp 179 glDisable(GL_SCISSOR_TEST);
  /frameworks/base/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 447 glEnable(GL_SCISSOR_TEST);
463 glDisable(GL_SCISSOR_TEST);
815 glEnable(GL_SCISSOR_TEST);
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerState.java 58 enableDisables.put(GLEnum.GL_SCISSOR_TEST.value, 0);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 288 isScissorEnabled = ::glIsEnabled(GL_SCISSOR_TEST);
289 ::glDisable(GL_SCISSOR_TEST);
306 ::glEnable(GL_SCISSOR_TEST);
308 ::glDisable(GL_SCISSOR_TEST);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 58 enableDisables.put(GLEnum.GL_SCISSOR_TEST.value, 0);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 149 #define GL_SCISSOR_TEST 0x0C11
231 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 150 #define GL_SCISSOR_TEST 0x0C11
232 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 150 #define GL_SCISSOR_TEST 0x0C11
232 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 149 #define GL_SCISSOR_TEST 0x0C11
231 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 149 #define GL_SCISSOR_TEST 0x0C11
231 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 149 #define GL_SCISSOR_TEST 0x0C11
231 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 149 #define GL_SCISSOR_TEST 0x0C11
231 #define GL_SCISSOR_TEST 0x0C11
    [all...]

Completed in 734 milliseconds

1 2 3