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...]