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

  /external/deqp/framework/egl/
egluUtil.hpp 54 tcu::IVec2 getSurfaceSize (EGLDisplay display, EGLSurface surface);
egluNativeWindow.cpp 48 tcu::IVec2 NativeWindow::getSurfaceSize (void) const
egluNativeWindow.hpp 99 virtual tcu::IVec2 getSurfaceSize (void) const;
egluUtil.cpp 153 tcu::IVec2 getSurfaceSize (EGLDisplay display, EGLSurface surface)
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 94 IVec2 getSurfaceSize (void) const;
96 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
109 IVec2 Window::getSurfaceSize (void) const
  /external/deqp/modules/egl/
teglResizeTests.cpp 309 return nativeWindow.getSurfaceSize();
320 IVec2 eglSize = eglu::getSurfaceSize(eglDisplay, eglSurface);
379 const IVec2 oldEglSize = eglu::getSurfaceSize(m_display, **m_surface);
393 const IVec2 newEglSize = eglu::getSurfaceSize(m_display, **m_surface);
441 const IVec2 bufSize = eglu::getSurfaceSize(m_display, **m_surface);
475 const IVec2 oldEglSize = eglu::getSurfaceSize(m_display, **m_surface);
teglNativeCoordMappingTests.cpp 368 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(display, *surface);
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 111 virtual IVec2 getSurfaceSize (void) const;
112 virtual IVec2 getScreenSize (void) const { return getSurfaceSize(); }
255 IVec2 NativeWindow::getSurfaceSize (void) const
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyCameraDevice.java 300 Size s = getSurfaceSize(output);
527 public static Size getSurfaceSize(Surface surface) throws BufferQueueAbandonedException {
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 323 surfaceSize = LegacyCameraDevice.getSurfaceSize(surface);
    [all...]

Completed in 2424 milliseconds