Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp189 Win32Window tmpWindow(instance, 1, 1); in Library() local
215 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()