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

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmUtils.cpp 61 case GL_SCISSOR_TEST:
GLEScmValidate.cpp 174 case GL_SCISSOR_TEST:
  /frameworks/base/libs/hwui/
Caches.cpp 77 glDisable(GL_SCISSOR_TEST);
480 glEnable(GL_SCISSOR_TEST);
490 glDisable(GL_SCISSOR_TEST);
499 if (enabled) glEnable(GL_SCISSOR_TEST);
500 else glDisable(GL_SCISSOR_TEST);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 325 glDisable(GL_SCISSOR_TEST);
352 glDisable(GL_SCISSOR_TEST);
355 glEnable(GL_SCISSOR_TEST);
474 glDisable(GL_SCISSOR_TEST);
528 glEnable(GL_SCISSOR_TEST);
535 glDisable(GL_SCISSOR_TEST);
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 101 case GL_SCISSOR_TEST:
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 556 glGetBooleanv(GL_SCISSOR_TEST, m_GLStateBeforeBlit.scissor);
567 glDisable(GL_SCISSOR_TEST);
585 glEnable(GL_SCISSOR_TEST);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 133 case GL_SCISSOR_TEST:
  /frameworks/native/opengl/tests/filter/
filter.cpp 161 glDisable(GL_SCISSOR_TEST);
164 //glDisable(GL_SCISSOR_TEST);
167 //glEnable(GL_SCISSOR_TEST);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 133 case GL_SCISSOR_TEST:
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 185 public static final int GL_SCISSOR_TEST = 0x0C11;
GLES20Header.java-if 83 public static final int GL_SCISSOR_TEST = 0x0C11;
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 151 gl.glDisable(gl.GL_SCISSOR_TEST);
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 187 glDisable(GL_SCISSOR_TEST);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 448 glEnable(GL_SCISSOR_TEST);
464 glDisable(GL_SCISSOR_TEST);
828 glEnable(GL_SCISSOR_TEST);
    [all...]
  /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...]
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 381 GLES20.glDisable(GLES20.GL_SCISSOR_TEST);
384 GLES20.glEnable(GLES20.GL_SCISSOR_TEST);
    [all...]
EncodeDecodeTest.java     [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 150 #define GL_SCISSOR_TEST 0x0C11
232 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 401 glEnable(GL_SCISSOR_TEST);
415 glDisable(GL_SCISSOR_TEST);
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 150 #define GL_SCISSOR_TEST 0x0C11
232 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 149 #define GL_SCISSOR_TEST 0x0C11
231 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 149 #define GL_SCISSOR_TEST 0x0C11
231 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 149 #define GL_SCISSOR_TEST 0x0C11
231 #define GL_SCISSOR_TEST 0x0C11
    [all...]
  /prebuilts/ndk/4/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 247 milliseconds

1 2 3 4 5