HomeSort by relevance Sort by last modified time
    Searched refs:getSurfaceWidth (Results 1 - 11 of 11) 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 50 virtual EGLint getSurfaceWidth();
SurfaceTextureFBO.h 36 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, getSurfaceWidth(),
GLTest.cpp 65 String8("Test Surface"), getSurfaceWidth(), getSurfaceHeight(),
80 EGL_WIDTH, getSurfaceWidth(),
162 EGLint GLTest::getSurfaceWidth() {
  /external/deqp/framework/common/
tcuCommandLine.hpp 137 int getSurfaceWidth (void) const;
tcuCommandLine.cpp 814 int CommandLine::getSurfaceWidth (void) const { return m_cmdLine.getOption<opt::SurfaceWidth>(); }
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 158 if (cmdLine.getSurfaceWidth() > 0)
159 config->width = cmdLine.getSurfaceWidth();
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentModuleUI.java 119 return new Size(mAppUI.getSurfaceWidth(), mAppUI.getSurfaceHeight());
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 91 getSurfaceWidth(), getSurfaceHeight(),
108 getSurfaceWidth(), getSurfaceHeight()))->getProducer();
185 virtual EGLint getSurfaceWidth() {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 271 updatePreviewTransform(appUI.getSurfaceWidth(), appUI.getSurfaceHeight(), true);
637 mAppController.getCameraAppUI().getSurfaceWidth(),
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java     [all...]

Completed in 678 milliseconds