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

/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); local
222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx))
224 if (tmpCtx)
225 m_functions.deleteContext(tmpCtx);
238 m_functions.deleteContext(tmpCtx);

Completed in 54 milliseconds