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

  /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 549 m_window->setSurfaceSize(IVec2(width*2, height/2));
551 m_window->setSurfaceSize(IVec2(height/2, width*2));
559 m_window->setSurfaceSize(IVec2(width*2, height/2));
561 m_window->setSurfaceSize(IVec2(height/2, width*2));
603 m_window->setSurfaceSize(IVec2(width*2, height/2));
605 m_window->setSurfaceSize(IVec2(height/2, width*2));
613 m_window->setSurfaceSize(IVec2(width*2, height/2));
615 m_window->setSurfaceSize(IVec2(height/2, width*2));
teglResizeTests.cpp 210 m_nativeWindow->setSurfaceSize(size);
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 140 void setSurfaceSize (IVec2 size);
161 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 923 milliseconds