Searched refs:_hglrc (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp39 bool valid() const { return _window && _hdc && _hglrc; }
47 HGLRC _hglrc = nullptr; member in class:window
97 _hglrc = wglCreateContext(_hdc);
98 if (!_hglrc)
101 wglMakeCurrent(_hdc, _hglrc);
106 if (_hglrc) {
108 wglDeleteContext(_hglrc);

Completed in 2 milliseconds