HomeSort by relevance Sort by last modified time
    Searched refs:getSurfaceHeight (Results 1 - 15 of 15) sorted by null

  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 77 glViewport(0, 0, getSurfaceWidth(), getSurfaceHeight());
78 glOrthof(0, getSurfaceWidth(), 0, getSurfaceHeight(), 0, 1);
GLTest.h 51 virtual EGLint getSurfaceHeight();
SurfaceTextureFBO.h 37 getSurfaceHeight(), 0, GL_RGBA, GL_UNSIGNED_BYTE, NULL);
GLTest.cpp 67 String8("Test Surface"), getSurfaceWidth(), getSurfaceHeight(),
83 EGL_HEIGHT, getSurfaceHeight(),
168 EGLint GLTest::getSurfaceHeight() {
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 161 if (cmdLine.getSurfaceHeight() > 0)
162 config->height = cmdLine.getSurfaceHeight();
  /external/deqp/framework/common/
tcuCommandLine.hpp 163 int getSurfaceHeight (void) const;
tcuCommandLine.cpp 784 int CommandLine::getSurfaceHeight (void) const { return m_cmdLine.getOption<opt::SurfaceHeight>(); }
  /frameworks/base/services/core/java/com/android/server/wm/
Dimmer.java 99 public int getSurfaceHeight() {
101 return mHost.getSurfaceHeight();
AppWindowThumbnail.java 185 public int getSurfaceHeight() {
SurfaceAnimator.java 118 mAnimatable.getSurfaceWidth(), mAnimatable.getSurfaceHeight(), hidden);
418 int getSurfaceHeight();
WindowContainer.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentModuleUI.java 119 return new Size(mAppUI.getSurfaceWidth(), mAppUI.getSurfaceHeight());
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
SurfaceAnimatorTest.java 278 public int getSurfaceHeight() {
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 271 updatePreviewTransform(appUI.getSurfaceWidth(), appUI.getSurfaceHeight(), true);
638 mAppController.getCameraAppUI().getSurfaceHeight());
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java     [all...]

Completed in 447 milliseconds