Searched defs:pixelFormatsToTry (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/win/
H A DSkWGL_win.cpp416 int pixelFormatsToTry[] = { -1, -1 }; local
417 get_pixel_formats_to_try(dc, extensions, true, msaaSampleCount, deepColor, pixelFormatsToTry);
419 !set && -1 != pixelFormatsToTry[f] && f < SK_ARRAY_COUNT(pixelFormatsToTry);
422 DescribePixelFormat(dc, pixelFormatsToTry[f], sizeof(pfd), &pfd);
423 set = SetPixelFormat(dc, pixelFormatsToTry[f], &pfd);
444 int pixelFormatsToTry[] = { -1, -1 }; local
446 false, pixelFormatsToTry);
447 for (int f = 0; -1 != pixelFormatsToTry[f] && f < SK_ARRAY_COUNT(pixelFormatsToTry);
[all...]

Completed in 318 milliseconds