HomeSort by relevance Sort by last modified time
    Searched refs:glViewport (Results 51 - 75 of 232) sorted by null

1 23 4 5 6 7 8 910

  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 184 glViewport(0, 0, width, height);
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 276 gl.glViewport(0, 0, viewportWidth, viewportHeight);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 116 interface->fViewport = glViewport;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 113 interface->fViewport = glViewport;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 156 interface->fViewport = glViewport;
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 233 glViewport(vp_x_, vp_y_, vp_width_, vp_height_);
  /frameworks/native/opengl/tests/filter/
filter.cpp 68 glViewport(0, 0, w, h);
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 94 glViewport(0, 0, width, height);
  /frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 91 gl.glViewport(0, 0, w, h);
  /frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
TestLatencyView.java 145 GLES20.glViewport(0, 0, width, height);
  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 237 gl.glViewport(0, 0, width, height);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 187 glViewport(0, 0, 320, 480);
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 213 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
214 checkGlError("glViewport");
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 174 gl.glViewport(0, 0, 0, 0);
  /external/qemu/distrib/sdl-1.2.15/test/
testgl.c 134 glViewport(0, 0, screen->w, screen->h);
593 glViewport( 0, 0, w, h );
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 277 gl.glViewport(0, 0, w, h);
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 194 gl.glViewport(0, 0, w, h);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 243 gl.glViewport(0, 0, w, h);
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 369 DEF(glViewport),
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 183 glViewport(0, 0, SkScalarRound(this->width()), SkScalarRound(this->height()));
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 93 interface->fViewport = glViewport;
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 153 glViewport(0, 0, w, h);
154 checkGlError("glViewport");
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 297 glViewport(0, 0, 320, 480);
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 69 glViewport(0, 0, w, h);
70 checkGlError("glViewport");
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 141 GLES20.glViewport(0, 0, width, height);

Completed in 557 milliseconds

1 23 4 5 6 7 8 910