Home
last modified time | relevance | path

Searched refs:isOpenGl (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/highgui/src/
Dwindow_QT.h147 double isOpenGl(QString name);
317 bool isOpenGl();
Dwindow_QT.cpp996 if (w->isOpenGl()) in showImage()
1232 double GuiReceiver::isOpenGl(QString name) in isOpenGl() function in GuiReceiver
1239 result = (double) w->isOpenGl(); in isOpenGl()
1872 bool CvWindow::isOpenGl() in isOpenGl() function in CvWindow
1914 if (isOpenGl()) in createView()