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

  /external/opencv3/modules/highgui/include/opencv2/highgui/
highgui_c.h 213 CVAPI(void) cvSetOpenGlContext(const char* window_name);
  /external/opencv3/modules/highgui/src/
window.cpp 243 cvSetOpenGlContext(windowName.c_str());
370 CV_IMPL void cvSetOpenGlContext(const char*)
window_gtk.cpp 1103 cvSetOpenGlContext(name);
1115 CV_IMPL void cvSetOpenGlContext(const char* name)
1121 CV_FUNCNAME( "cvSetOpenGlContext" );
    [all...]
window_QT.cpp 720 CV_IMPL void cvSetOpenGlContext(const char* window_name)
    [all...]
window_w32.cpp 833 CV_IMPL void cvSetOpenGlContext(const char* name)
835 CV_FUNCNAME( "cvSetOpenGlContext" );
    [all...]

Completed in 181 milliseconds