Home
last modified time | relevance | path

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

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