Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcConfigListWGL.cpp45 const tcu::win32::Window tmpWindow(instance, 1, 1); in getDefaultWglConfigList() local
46 const std::vector<int> pixelFormats = wgl.getPixelFormats(tmpWindow.getDeviceContext()); in getDefaultWglConfigList()
53 …const tcu::wgl::PixelFormatInfo fmtInfo = wgl.getPixelFormatInfo(tmpWindow.getDeviceContext(), pi… in getDefaultWglConfigList()
/external/deqp/framework/platform/win32/
DtcuWGL.cpp203 win32::Window tmpWindow(instance, 1, 1); in Library() local
229 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc); in Library()
230 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc)) in Library()
235 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()
236 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()
252 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL); in Library()
262 const char* extensions = m_functions.getExtensionsStringARB(tmpWindow.getDeviceContext()); in Library()