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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/tools/compositor_model_bench/
forward_render_model.cc 48 glViewport(0, 0, window_width, window_height);
68 glViewport(0, 0, width, height);
  /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/chromium_org/third_party/mesa/src/docs/
MESA_resize_buffers.spec 36 Mesa's glViewport command queries the current window size and updates
38 since most applications call glViewport in response to window size
41 In some situations, however, the application may not call glViewport
  /external/mesa3d/docs/
MESA_resize_buffers.spec 36 Mesa's glViewport command queries the current window size and updates
38 since most applications call glViewport in response to window size
41 In some situations, however, the application may not call glViewport
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/MultipleRenderTargets/
MultipleRenderTargets.c 202 glViewport ( 0, 0, esContext->width, esContext->height );
236 glViewport ( 0, 0, esContext->width/2, esContext->height/2 );
240 glViewport ( esContext->width/2, 0, esContext->width/2, esContext->height/2 );
244 glViewport ( 0, esContext->height/2, esContext->width/2, esContext->height/2 );
248 glViewport ( esContext->width/2, esContext->height/2, esContext->width/2, esContext->height/2 );
  /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/Camera2/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/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/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
CubeRenderer.java 86 gl.glViewport(0, 0, width, height);
  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 84 GLES20.glViewport(0, 0, width, height);
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.cpp 230 glViewport(0, 0, mWidth, mHeight);
243 glViewport(0, 0, mFboWidth, mFboHeight);
251 glViewport(0, 0, mWidth, mHeight);
  /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},
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Hello_Triangle/
Hello_Triangle.c 160 glViewport ( 0, 0, esContext->width, esContext->height );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Simple_Texture2D/
Simple_Texture2D.c 135 glViewport ( 0, 0, esContext->width, esContext->height );
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Simple_VertexShader/
Simple_VertexShader.c 128 glViewport ( 0, 0, esContext->width, esContext->height );
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 122 glViewport(0, 0, w, h);

Completed in 817 milliseconds

1 2 3 4 5 6 7 8 91011>>