HomeSort by relevance Sort by last modified time
    Searched refs:getSurfaceWidth (Results 1 - 13 of 13) 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 48 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 132 int getSurfaceWidth (void) const;
tcuCommandLine.cpp 587 int CommandLine::getSurfaceWidth (void) const { return m_cmdLine.getOption<opt::SurfaceWidth>(); }
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 74 EGL_WIDTH, getSurfaceWidth(),
147 virtual EGLint getSurfaceWidth() {
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 158 if (cmdLine.getSurfaceWidth() > 0)
159 config->width = cmdLine.getSurfaceWidth();
  /frameworks/av/camera/tests/
ProCameraTests.cpp 387 int getSurfaceWidth() {
400 getSurfaceWidth(), getSurfaceHeight(),
425 getSurfaceWidth(), getSurfaceHeight(),
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 95 getSurfaceWidth(), getSurfaceHeight(),
112 getSurfaceWidth(), getSurfaceHeight()))->getProducer();
189 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 522 updatePreviewTransform(appUI.getSurfaceWidth(), appUI.getSurfaceHeight(), true);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java     [all...]

Completed in 182 milliseconds