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

  /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 56 tcu::IVec2 NativeWindow::getSurfaceSize (void) const
egluNativeWindow.hpp 103 virtual tcu::IVec2 getSurfaceSize (void) const;
egluUtil.hpp 75 tcu::IVec2 getSurfaceSize (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLSurface surface);
egluUtil.cpp 218 tcu::IVec2 getSurfaceSize (const Library& egl, EGLDisplay display, EGLSurface surface)
  /external/deqp/modules/egl/
teglResizeTests.cpp 324 return nativeWindow.getSurfaceSize();
336 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface);
396 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface);
411 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface);
463 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface);
497 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/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 146 IVec2 getSurfaceSize (void) const;
148 IVec2 getScreenSize (void) const { return getSurfaceSize(); }
161 IVec2 Window::getSurfaceSize (void) const
  /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
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
MultiDisplayPolicyTests.java     [all...]
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
WindowManagerState.java 806 int getSurfaceSize() {
    [all...]

Completed in 677 milliseconds