Home
last modified time | relevance | path

Searched refs:createNativeWindow (Results 1 – 6 of 6) sorted by relevance

/sdk/emulator/opengl/tests/ut_renderer/
DX11Windowing.h23 NativeWindowType createNativeWindow(NativeDisplayType _dpy, int width, int height);
DNativeWindowing.h24 virtual NativeWindowType createNativeWindow(NativeDisplayType dpy, int width, int height) = 0;
DX11RendererSurface.h32 NativeWindowType createNativeWindow();
DX11RendererSurface.cpp34 NativeWindowType GlesX11Win::createNativeWindow() in createNativeWindow() function in GlesX11Win
DRendererSurface.cpp86 NativeWindowType window = nw->createNativeWindow(nw->getNativeDisplay(), width, height); in create()
DX11Windowing.cpp87 NativeWindowType X11Windowing::createNativeWindow(NativeDisplayType _dpy, int width, int height) in createNativeWindow() function in X11Windowing