Searched defs:CurrentContext (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/test/
H A Dash_test_helper.cc153 aura::Window* AshTestHelper::CurrentContext() { function in class:ash::test::AshTestHelper
H A Dash_test_base.cc212 aura::Window* AshTestBase::CurrentContext() { function in class:ash::test::AshTestBase
213 return ash_test_helper_->CurrentContext();
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglsurface.h48 _EGLContext *CurrentContext; member in struct:_egl_surface
/external/mesa3d/src/egl/main/
H A Deglsurface.h48 _EGLContext *CurrentContext; member in struct:_egl_surface
/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp26 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext; member in namespace:__anon25905
39 CurrentContext->set(this);
43 CurrentContext->erase();
47 /// indicate that we don't need to clear the thread-local CurrentContext.
53 CurrentContext->erase();
100 const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
159 const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
242 const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp516 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame(); local
518 if (VarContext == CurrentContext) {
547 return VarContext->isParentOf(CurrentContext);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c162 PUBLIC __thread void * CurrentContext variable
167 static GLXContext CurrentContext = 0; variable
175 CurrentContext = c;
179 CurrentContext = c;
273 return CurrentContext;
277 return CurrentContext;
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c162 PUBLIC __thread void * CurrentContext variable
167 static GLXContext CurrentContext = 0; variable
175 CurrentContext = c;
179 CurrentContext = c;
273 return CurrentContext;
277 return CurrentContext;

Completed in 4107 milliseconds