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

  /external/deqp/framework/egl/
egluNativeWindow.cpp 48 tcu::IVec2 NativeWindow::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/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 {

Completed in 256 milliseconds