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

1 2 3 4 5 6 7 8 910

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmUtils.cpp 89 case GL_VIEWPORT:
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES11Header.java-if 145 public static final int GL_VIEWPORT = 0x0BA2;
common.cpp 151 case GL_VIEWPORT:
188 case GL_VIEWPORT:
GLES20Header.java-if 118 public static final int GL_VIEWPORT = 0x0BA2;
  /external/chromium_org/third_party/angle/tests/angle_tests/
IndexedPointsTest.cpp 91 glGetIntegerv(GL_VIEWPORT, viewportSize);
VertexAttributeTest.cpp 33 glGetIntegerv(GL_VIEWPORT, viewportSize);
  /external/eigen/demos/opengl/
gpuhelper.cpp 43 glGetIntegerv(GL_VIEWPORT, vp);
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 173 case GL_VIEWPORT:
210 case GL_VIEWPORT:
android_opengl_GLES31Ext.cpp 172 case GL_VIEWPORT:
209 case GL_VIEWPORT:
    [all...]
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.cpp 98 glGetIntegerv( GL_VIEWPORT, viewport );
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 311 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/native/opengl/libs/GLES_trace/src/
gltrace_context.cpp 209 hooks->gl.glGetIntegerv(GL_VIEWPORT, viewport);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 311 case GL_VIEWPORT:
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 137 GL_VIEWPORT,
context_state_impl_autogen.h 664 case GL_VIEWPORT:
    [all...]
  /external/deqp/framework/opengl/
gluStrUtil.inl 76 case GL_VIEWPORT: return "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;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 208 s_gl.glGetIntegerv(GL_VIEWPORT, vport);
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 212 glGetIntegerv( GL_VIEWPORT, viewport );
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 205 glGetIntegerv(GL_VIEWPORT, viewport_);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc 207 case GL_VIEWPORT:
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 210 milliseconds

1 2 3 4 5 6 7 8 910