Home
last modified time | relevance | path

Searched refs:VerifyContextGL (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DSiftGPU.h176 SIFTGPU_EXPORT virtual int VerifyContextGL();
300 inline int VerifyContextGL() {return _VerifyContextGL();} in VerifyContextGL() function
H A DSiftGPU.cpp1303 return VerifyContextGL(); in CreateContextGL()
1306 int SiftGPU::VerifyContextGL() in VerifyContextGL() function in SiftGPU
H A DSiftMatch.cpp571 return VerifyContextGL(); in _CreateContextGL()
/dports/graphics/colmap/colmap-3.6/src/feature/
H A Dsift.cc843 return sift_gpu->VerifyContextGL() == SiftGPU::SIFTGPU_FULL_SUPPORTED; in CreateSiftGPUExtractor()
1114 if (sift_match_gpu->VerifyContextGL() == 0) { in CreateSiftGPUMatcher()