Searched refs:tmpWindow (Results 1 – 1 of 1) sorted by relevance
189 Win32Window tmpWindow(instance, 1, 1); in Library() local215 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc); in Library()216 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc)) in Library()221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()237 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL); in Library()