Home | History | Annotate | Download | only in src

Lines Matching refs:PixelFormat

600         int PixelFormat;
628 PixelFormat = ChoosePixelFormat(hGLDC, &pfd);
629 if (!PixelFormat)
630 CV_ERROR( CV_OpenGlApiCallError, "Can't Find A Suitable PixelFormat" );
632 if (!SetPixelFormat(hGLDC, PixelFormat, &pfd))
633 CV_ERROR( CV_OpenGlApiCallError, "Can't Set The PixelFormat" );