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

1 2 3 4 5 6 7 8 910

  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 134 RSD_CALL_GL(glViewport, 0, 0, width, height);
148 RSD_CALL_GL(glViewport, 0, 0, mWidth, mHeight);
156 RSD_CALL_GL(glViewport, 0, 0, rsc->getWidth(), rsc->getHeight());
  /external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c 69 void(APIENTRY*glViewport)(GLint,GLint,GLsizei,GLsizei);
91 f->glViewport=get_funcaddr("glViewport");
146 f.glViewport(0,0,640,480);
  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 95 glViewport,
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
136 if (!checkGlError("glViewport")) break;
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
167 if (!checkGlError("glViewport")) break;
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
Renderer.cpp 135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
136 if (!checkGlError("glViewport")) break;
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
167 if (!checkGlError("glViewport")) break;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
Renderer.cpp 135 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
136 if (!checkGlError("glViewport")) break;
166 glViewport(0, 0, mSurfaceWidth, mSurfaceHeight);
167 if (!checkGlError("glViewport")) break;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 67 gl.glViewport(0, 0, width, height);
FrameBufferObjectActivity.java 84 gl.glViewport(0, 0, width, height);
99 gl.glViewport(0, 0, width, height);
137 gl.glViewport(0, 0, width, height);
TouchRotateActivity.java 137 gl.glViewport(0, 0, width, height);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 77 gl.glViewport(0, 0, width, height);
  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 84 GLES20.glViewport(0, 0, width, height);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 106 FNDEF(void, glViewport, (GLint x, GLint y, GLsizei width, GLsizei height));
158 #define glViewport FNPTR(glViewport)
importgl.c 149 IMPORT_FUNC(glViewport);
  /cts/tests/tests/opengl/libopengltest/
color_one.cpp 67 glViewport(0, 0, w, h);
69 checkGlError("glViewport");
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 152 {"glViewport", (void*)glViewport},
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 122 glViewport(0, 0, w, h);
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 92 gl.glViewport(0, 0, w, h);
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 96 glViewport(0, 0, w, h);
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 92 glViewport(0, 0, w, h);
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 112 gl.glViewport(0, 0, width, height);
238 GLES20.glViewport(0, 0, width, height);
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm 79 glViewport(0, 0, frame.size.width, frame.size.height);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 133 glViewport(0, 0, w, h);
425 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight());
814 glViewport(0, 0, texWidth, texHeight);
860 glViewport(0, 0, texWidth, texHeight);
920 glViewport(0, 0, 64, 64);
    [all...]
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 99 glViewport(0, 0, w, h);
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 141 glViewport(0, 0, w, h);
142 checkGlError("glViewport");
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 141 gl.glViewport(0, 0, width, height);

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 910