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

  /external/deqp/framework/egl/
egluNativeWindow.cpp 54 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
  /external/deqp/framework/platform/X11/
tcuX11EglPlatform.cpp 95 void setSurfaceSize (IVec2 size);
116 void Window::setSurfaceSize (IVec2 size)
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 68 void setSurfaceSize (IVec2 size);
100 setSurfaceSize(IVec2(width, height));
114 void NativeWindow::setSurfaceSize (tcu::IVec2 size)
  /external/deqp/framework/platform/win32/
tcuWin32EGLNativeDisplayFactory.cpp 114 virtual void setSurfaceSize (IVec2 size);
265 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...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 262 setSurfaceSize(newSize);
351 void HTMLCanvasElement::setSurfaceSize(const IntSize& size)
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java 238 * @see #setSurfaceSize
245 * @see #setSurfaceSize
    [all...]

Completed in 75 milliseconds