HomeSort by relevance Sort by last modified time
    Searched defs:CurrentContext (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ash/test/
ash_test_helper.cc 100 aura::RootWindow* AshTestHelper::CurrentContext() {
ash_test_base.cc 211 aura::RootWindow* AshTestBase::CurrentContext() {
212 return ash_test_helper_->CurrentContext();
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.h 48 _EGLContext *CurrentContext;
  /external/mesa3d/src/egl/main/
eglsurface.h 48 _EGLContext *CurrentContext;
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 518 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
520 if (VarContext == CurrentContext) {
549 return VarContext->isParentOf(CurrentContext);
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 24 static sys::ThreadLocal<const CrashRecoveryContextImpl> CurrentContext;
37 CurrentContext.set(this);
41 CurrentContext.erase();
45 /// indicate that we don't need to clear the thread-local CurrentContext.
51 CurrentContext.erase();
98 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
157 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
239 const CrashRecoveryContextImpl *CRCI = CurrentContext.get();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c 162 PUBLIC __thread void * CurrentContext
167 static GLXContext CurrentContext = 0;
175 CurrentContext = c;
179 CurrentContext = c;
273 return CurrentContext;
277 return CurrentContext;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 162 PUBLIC __thread void * CurrentContext
167 static GLXContext CurrentContext = 0;
175 CurrentContext = c;
179 CurrentContext = c;
273 return CurrentContext;
277 return CurrentContext;
    [all...]

Completed in 1278 milliseconds