Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWGL.cpp235 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library() local
236 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()
238 if (tmpCtx) in Library()
239 m_functions.deleteContext(tmpCtx); in Library()
253 m_functions.deleteContext(tmpCtx); in Library()