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

1 2 34 5 6 7 8 910

  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 116 glViewport(0, 0, mWidth, mHeight);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 166 glViewport_t glViewport;
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 256 glViewport(0, 0,width,height);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h 152 glViewport_client_proc_t glViewport;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 222 gl.glViewport(0, 0, width, height);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 258 GLES20.glViewport(0, 0, width, height);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 109 gl.glViewport(0, 0, width, height);
MatrixPaletteRenderer.java 369 gl.glViewport(0, 0, w, h);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 166 interface->fViewport = glViewport;
  /frameworks/native/cmds/flatland/
GLHelper.cpp 144 glViewport(0, 0, w, h);
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 235 GLES20.glViewport(0, 0, width, height);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 210 glViewport(0, 0, w, h);
211 checkGlError("glViewport");
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 174 glViewport(0, 0, w, h);
175 checkGlError("glViewport");
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 265 glViewport(0, 0, w, h);
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 181 mGL.glViewport(0, 0, mDisplayWidth, mDisplayHeight);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 152 void (GLAPIENTRY *glViewport) (GLint x, GLint y, GLsizei width, GLsizei height);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 669 public void glViewport(int x, int y, int width, int height) {
670 mgl.glViewport(x, y, width, height);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 593 GL_CMD(glViewport(0, 0, surface->size().width(), surface->size().height()))
632 GL_CMD(glViewport(0, 0, surfaceSize.width(), surfaceSize.height()))
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 400 glViewport = 374;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 106 void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height )
GLES20.spec 144 void glViewport ( GLint x, GLint y, GLsizei width, GLsizei height )
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 349 GLES20.glViewport(0, 0, mWidth, mHeight);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h 153 glViewport_client_proc_t glViewport;
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h 166 glViewport_t glViewport;
438 glViewport_t set_glViewport(glViewport_t f) { glViewport_t retval = glViewport; glViewport = f; return retval;}
    [all...]
  /frameworks/base/libs/hwui/
LayerRenderer.cpp 503 glViewport(previousViewport[0], previousViewport[1],

Completed in 665 milliseconds

1 2 34 5 6 7 8 910