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

  /frameworks/base/core/java/android/hardware/camera2/utils/
SurfaceUtils.java 80 public static Size getSurfaceSize(Surface surface) {
82 return LegacyCameraDevice.getSurfaceSize(surface);
176 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface);
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 95 IVec2 getSurfaceSize (void) const;
97 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
109 IVec2 Window::getSurfaceSize (void) const
  /external/deqp/framework/egl/
egluNativeWindow.cpp 50 tcu::IVec2 NativeWindow::getSurfaceSize (void) const
egluNativeWindow.hpp 99 virtual tcu::IVec2 getSurfaceSize (void) const;
egluUtil.hpp 75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
egluUtil.cpp 209 tcu::IVec2 getSurfaceSize (const Library& egl, EGLDisplay display, EGLSurface surface)
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 143 IVec2 getSurfaceSize (void) const;
145 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
158 IVec2 Window::getSurfaceSize (void) const
  /external/deqp/modules/egl/
teglResizeTests.cpp 324 return nativeWindow.getSurfaceSize();
336 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface);
395 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface);
410 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface);
462 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface);
496 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface);
teglColorClearCase.cpp 172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface);
335 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface);
teglNativeCoordMappingTests.cpp 374 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, *surface);
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 124 virtual IVec2 getSurfaceSize (void) const;
125 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); }
272 IVec2 NativeWindow::getSurfaceSize (void) const
  /frameworks/base/core/java/android/hardware/camera2/params/
OutputConfiguration.java 260 mConfiguredSize = SurfaceUtils.getSurfaceSize(surface);
459 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface);
    [all...]
StreamConfigurationMap.java 404 Size surfaceSize = SurfaceUtils.getSurfaceSize(surface);
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 367 Size s = getSurfaceSize(output);
602 public static Size getSurfaceSize(Surface surface) throws BufferQueueAbandonedException {
    [all...]
  /frameworks/base/media/java/android/media/
ImageWriter.java 204 Size surfSize = SurfaceUtils.getSurfaceSize(surface);
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 287 milliseconds