Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp215 win32::Window tmpWindow(instance, 1, 1); in Library() local
241 int pixelFormat = ChoosePixelFormat(tmpWindow.getDeviceContext(), &pixelFormatDesc); in Library()
242 if (!SetPixelFormat(tmpWindow.getDeviceContext(), pixelFormat, &pixelFormatDesc)) in Library()
247 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library()
248 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()
267 m_functions.makeCurrent(tmpWindow.getDeviceContext(), NULL); in Library()
277 const char* extensions = m_functions.getExtensionsStringARB(tmpWindow.getDeviceContext()); in Library()