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

  /frameworks/base/opengl/libs/EGL/
eglApi.cpp 494 egl_context_t* const c = get_context(share_list);
537 egl_context_t * const c = get_context(ctx);
605 egl_context_t * cur_c = get_context(getContext());
608 c = get_context(ctx);
691 egl_context_t * const c = get_context(ctx);
725 egl_context_t const * const c = get_context(ctx);
745 egl_context_t const * const c = get_context(ctx);
762 egl_context_t const * const c = get_context(ctx);
784 egl_context_t const * const c = get_context(ctx);
    [all...]
egl.cpp 219 egl_context_t const * const c = get_context(context);
egl_object.h 225 egl_context_t* get_context(EGLContext context) { function in namespace:android
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 314 typename ProgramStateTrait<T>::context_type get_context() const;
606 typename ProgramStateTrait<T>::context_type get_context() { function in class:clang::ento::ProgramStateManager
720 return getStateManager().add<T>(this, K, get_context<T>());
724 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { function in class:clang::ento::ProgramState
725 return getStateManager().get_context<T>();
730 return getStateManager().remove<T>(this, K, get_context<T>());
752 return getStateManager().set<T>(this, K, E, get_context<T>());
  /external/clang/lib/StaticAnalyzer/Core/
BasicConstraintManager.cpp 311 ConstEqTy::Factory& CEFactory = state->get_context<ConstEq>();
321 ConstNotEqTy::Factory& CNEFactory = state->get_context<ConstNotEq>();
RangeConstraintManager.cpp 273 ConstraintRangeTy::Factory& CRFactory = state->get_context<ConstraintRange>();
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]

Completed in 105 milliseconds