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

  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 96 void setSurfaceSize (IVec2 size);
116 void Window::setSurfaceSize (IVec2 size)
  /external/deqp/framework/egl/
egluNativeWindow.cpp 56 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
egluNativeWindow.hpp 102 virtual void setSurfaceSize (tcu::IVec2 size);
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 86 void setSurfaceSize (IVec2 size);
118 setSurfaceSize(IVec2(width, height));
132 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
  /external/deqp/modules/egl/
teglSwapBuffersWithDamageTests.cpp 426 m_window->setSurfaceSize(IVec2(width*2, height/2));
428 m_window->setSurfaceSize(IVec2(height/2, width*2));
436 m_window->setSurfaceSize(IVec2(width*2, height/2));
438 m_window->setSurfaceSize(IVec2(height/2, width*2));
508 m_window->setSurfaceSize(IVec2(width*2, height/2));
510 m_window->setSurfaceSize(IVec2(height/2, width*2));
518 m_window->setSurfaceSize(IVec2(width*2, height/2));
520 m_window->setSurfaceSize(IVec2(height/2, width*2));
622 m_window->setSurfaceSize(IVec2(width*2, height/2));
624 m_window->setSurfaceSize(IVec2(height/2, width*2))
    [all...]
teglBufferAgeTests.cpp 553 m_window->setSurfaceSize(IVec2(width*2, height/2));
555 m_window->setSurfaceSize(IVec2(height/2, width*2));
563 m_window->setSurfaceSize(IVec2(width*2, height/2));
565 m_window->setSurfaceSize(IVec2(height/2, width*2));
607 m_window->setSurfaceSize(IVec2(width*2, height/2));
609 m_window->setSurfaceSize(IVec2(height/2, width*2));
617 m_window->setSurfaceSize(IVec2(width*2, height/2));
619 m_window->setSurfaceSize(IVec2(height/2, width*2));
teglResizeTests.cpp 210 m_nativeWindow->setSurfaceSize(size);
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 144 void setSurfaceSize (IVec2 size);
165 void Window::setSurfaceSize (IVec2 size)
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 127 virtual void setSurfaceSize (IVec2 size);
282 void NativeWindow::setSurfaceSize (IVec2 size)
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 116 * @see #setSurfaceSize
123 * @see #setSurfaceSize
517 public void setSurfaceSize(int width, int height) {
863 thread.setSurfaceSize(width, height);
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 238 * @see #setSurfaceSize
245 * @see #setSurfaceSize
    [all...]

Completed in 504 milliseconds