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 151 aura::Window* AshTestHelper::CurrentContext() {
ash_test_base.cc 216 aura::Window* AshTestBase::CurrentContext() {
217 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 516 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
518 if (VarContext == CurrentContext) {
547 return VarContext->isParentOf(CurrentContext);
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 26 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
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/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 459 milliseconds