Searched refs:ChoosePixelFormat (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dglcanvas.cpp152 static AGLPixelFormat ChoosePixelFormat(const int *attribList) function
227 AGLPixelFormat fmt = ChoosePixelFormat(attribList);
365 AGLPixelFormat fmt = ChoosePixelFormat(attribList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dglcanvas.cpp145 static AGLPixelFormat ChoosePixelFormat(const int *attribList) function
218 AGLPixelFormat fmt = ChoosePixelFormat(attribList);
367 AGLPixelFormat fmt = ChoosePixelFormat(attribList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dglcanvas.cpp458 int pixelFormat = ChoosePixelFormat((HDC) m_hDC, &pfd);
460 wxLogLastError(_T("ChoosePixelFormat"));
650 pixelFormat = ChoosePixelFormat(ScreenHDC(), &pfd);

Completed in 63 milliseconds