/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 | 65 String8("Test Surface"), getSurfaceWidth(), getSurfaceHeight(), 81 EGL_HEIGHT, getSurfaceHeight(), 166 EGLint GLTest::getSurfaceHeight() {
|
/external/deqp/framework/common/ |
tcuCommandLine.hpp | 140 int getSurfaceHeight (void) const;
|
tcuCommandLine.cpp | 815 int CommandLine::getSurfaceHeight (void) const { return m_cmdLine.getOption<opt::SurfaceHeight>(); }
|
/external/deqp/framework/opengl/ |
gluRenderConfig.cpp | 161 if (cmdLine.getSurfaceHeight() > 0) 162 config->height = cmdLine.getSurfaceHeight();
|
/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(); 189 virtual EGLint getSurfaceHeight() { [all...] |
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_surfacetexture.cpp | 65 static EGLint getSurfaceHeight() { 348 EGL_HEIGHT, 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...] |