Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp256 WNDCLASSA wcx; in createDummyWindow() local
258 wcx.style = CS_OWNDC | CS_HREDRAW | CS_VREDRAW; // redraw if size changes in createDummyWindow()
259 wcx.lpfnWndProc = dummyWndProc; // points to window procedure in createDummyWindow()
260 wcx.cbClsExtra = 0; // no extra class memory in createDummyWindow()
261wcx.cbWndExtra = sizeof(void*); // save extra window memory, to store VasWindow in… in createDummyWindow()
262 wcx.hInstance = NULL; // handle to instance in createDummyWindow()
263 wcx.hIcon = NULL; // predefined app. icon in createDummyWindow()
264 wcx.hCursor = NULL; in createDummyWindow()
265 wcx.hbrBackground = NULL; // no background brush in createDummyWindow()
266 wcx.lpszMenuName = NULL; // name of menu resource in createDummyWindow()
[all …]