HomeSort by relevance Sort by last modified time
    Searched refs:glViewport (Results 26 - 50 of 308) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/suite/cts/deviceTests/opengl/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 209 glViewport(0, 0, mFboWidth, mFboHeight);
229 glViewport(0, 0, mFboWidth, mFboHeight);
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/
GlowingScene.cpp 187 glViewport(0, 0, mFboWidth, mFboHeight);
194 glViewport(0, 0, mWidth, mHeight);
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 112 gl.glViewport(0, 0, width, height);
238 GLES20.glViewport(0, 0, width, height);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 133 glViewport(0, 0, w, h);
426 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight());
818 glViewport(0, 0, texWidth, texHeight);
864 glViewport(0, 0, texWidth, texHeight);
924 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);
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 114 GLES20.glViewport(0, 0, mViewWidth, mViewHeight);
115 GLToolbox.checkGlError("glViewport");
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 153 {"glViewport", (void*)glViewport},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 163 {"glViewport", (void *)glViewport},
  /external/chromium_org/third_party/angle_dx11/samples/angle/Simple_Instancing/
Simple_Instancing.c 159 glViewport ( 0, 0, esContext->width, esContext->height );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/MultiTexture/
MultiTexture.c 142 glViewport ( 0, 0, esContext->width, esContext->height );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/PostSubBuffer/
PostSubBuffer.c 138 glViewport ( 0, 0, esContext->width, esContext->height );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Simple_TextureCubemap/
Simple_TextureCubemap.c 158 glViewport ( 0, 0, esContext->width, esContext->height );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Stencil_Test/
Stencil_Test.c 137 glViewport ( 0, 0, esContext->width, esContext->height );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/TextureWrap/
TextureWrap.c 175 glViewport ( 0, 0, esContext->width, esContext->height );
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 107 interface->fViewport = glViewport;
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 109 glViewport(0, 0, w, h);
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 80 GLES20.glViewport(0, 0, width, height);
  /frameworks/native/opengl/tests/gl2_jni/jni/
gl_code.cpp 121 glViewport(0, 0, w, h);
122 checkGlError("glViewport");
  /frameworks/native/opengl/tests/gldual/jni/
gl_code.cpp 121 glViewport(0, 0, w, h);
122 checkGlError("glViewport");
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 175 LOAD_GL_FUNC(glViewport);

Completed in 547 milliseconds

12 3 4 5 6 7 8 91011>>