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

  /external/opencv3/modules/highgui/src/
window_gtk.cpp 841 void createGlContext(CvWindow* window)
845 CV_FUNCNAME( "createGlContext" );
1051 createGlContext(window);
    [all...]
window_w32.cpp 592 void createGlContext(HWND hWnd, HDC& hGLDC, HGLRC& hGLRC, bool& useGl)
594 CV_FUNCNAME( "createGlContext" );
770 createGlContext(hWnd, hGLDC, hGLRC, useGl);
    [all...]

Completed in 194 milliseconds