Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.cpp247 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library() local
248 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx)) in Library()
250 if (tmpCtx) in Library()
251 m_functions.deleteContext(tmpCtx); in Library()
268 m_functions.deleteContext(tmpCtx); in Library()
/third_party/sqlite/src/
H A Dsqlite3.c244787 EVP_CIPHER_CTX *tmpCtx = EVP_CIPHER_CTX_new(); global() local
[all...]

Completed in 138 milliseconds