/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...] |
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_surfacetexture.cpp | 61 static EGLint getSurfaceWidth() { 347 EGL_WIDTH, getSurfaceWidth(),
|
/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...] |