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

  /external/libxcam/modules/ocl/
cv_context.h 35 class CVContext
38 static SmartPtr<CVContext> instance ();
43 ~CVContext();
48 CVContext ();
52 static SmartPtr<CVContext> _instance;
56 XCAM_DEAD_COPY (CVContext);
cv_context.cpp 28 Mutex CVContext::_init_mutex;
29 SmartPtr<CVContext> CVContext::_instance;
32 SmartPtr<CVContext>
33 CVContext::instance ()
39 _instance = new CVContext ();
45 CVContext::init_opencv_ocl ()
58 CVContext::enable_ocl (bool flag)
68 CVContext::is_ocl_enabled () const
73 CVContext::CVContext (
    [all...]
cv_base_class.h 43 SmartPtr<CVContext> _cv_context;
cv_base_class.cpp 28 _cv_context = CVContext::instance ();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCContext.cpp 103 CVContext.reset();
603 if (!CVContext.get())
604 CVContext.reset(new CodeViewContext);
605 return *CVContext.get();
609 if (CVContext)
610 CVContext->clearCVLocSeen();
  /external/llvm/lib/MC/
MCContext.cpp 95 CVContext.reset();
492 if (!CVContext.get())
493 CVContext.reset(new CodeViewContext);
494 return *CVContext.get();
  /external/llvm/include/llvm/MC/
MCContext.h 71 std::unique_ptr<CodeViewContext> CVContext;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCContext.h 83 std::unique_ptr<CodeViewContext> CVContext;

Completed in 871 milliseconds