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

  /external/deqp/framework/egl/
egluNativeWindow.cpp 56 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 140 void setSurfaceSize (IVec2 size);
161 void Window::setSurfaceSize (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/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 670 milliseconds