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

1 2 3 4 5 6 7 8 910

  /external/deqp/framework/opengl/
gluQueryUtil.inl 11 case GL_VIEWPORT: return 4;
gluStrUtil.inl 78 case GL_VIEWPORT: return "GL_VIEWPORT";
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11Header.java-if 145 public static final int GL_VIEWPORT = 0x0BA2;
common.cpp 261 case GL_VIEWPORT:
298 case GL_VIEWPORT:
GLES20Header.java-if 118 public static final int GL_VIEWPORT = 0x0BA2;
  /external/eigen/demos/opengl/
gpuhelper.cpp 43 glGetIntegerv(GL_VIEWPORT, vp);
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.cpp 98 glGetIntegerv( GL_VIEWPORT, viewport );
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
glUtils.cpp 315 case GL_VIEWPORT:
  /frameworks/av/cmds/screenrecord/
Program.cpp 247 glGetIntegerv(GL_VIEWPORT, vp);
  /frameworks/native/cmds/flatland/
Composers.cpp 57 glGetIntegerv(GL_VIEWPORT, vp);
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 287 case GL_VIEWPORT:
324 case GL_VIEWPORT:
android_opengl_GLES31Ext.cpp 286 case GL_VIEWPORT:
323 case GL_VIEWPORT:
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 145 public static final int GL_VIEWPORT = 0x0BA2;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 143 int GL_VIEWPORT = 0x0BA2;
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 212 glGetIntegerv( GL_VIEWPORT, viewport );
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 119 public static final int GL_VIEWPORT = 0x0BA2;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 168 #define GL_VIEWPORT 0x0BA2
  /development/ndk/platforms/android-4/include/GLES/
gl.h 219 #define GL_VIEWPORT 0x0BA2
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 192 #define GL_VIEWPORT 0x0BA2
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 219 #define GL_VIEWPORT 0x0BA2
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 168 #define GL_VIEWPORT 0x0BA2
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 350 #define GL_VIEWPORT 0x0BA2
  /external/mesa3d/include/GLES/
gl.h 219 #define GL_VIEWPORT 0x0BA2
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 192 #define GL_VIEWPORT 0x0BA2

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 910