OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpCtx
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/lib/include/nanohub/
aes.h
27
struct AesContext
tmpCtx
;
/external/deqp/framework/platform/win32/
tcuWGL.cpp
221
HGLRC
tmpCtx
= m_functions.createContext(tmpWindow.getDeviceContext());
222
if (!
tmpCtx
|| !m_functions.makeCurrent(tmpWindow.getDeviceContext(),
tmpCtx
))
224
if (
tmpCtx
)
225
m_functions.deleteContext(
tmpCtx
);
238
m_functions.deleteContext(
tmpCtx
);
Completed in 338 milliseconds