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

/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp399 int pixelFormatsToTry[] = { -1, -1 }; local
400 get_pixel_formats_to_try(dc, extensions, true, msaaSampleCount, pixelFormatsToTry);
402 !set && -1 != pixelFormatsToTry[f] && f < SK_ARRAY_COUNT(pixelFormatsToTry);
405 DescribePixelFormat(dc, pixelFormatsToTry[f], sizeof(pfd), &pfd);
406 set = SetPixelFormat(dc, pixelFormatsToTry[f], &pfd);
425 int pixelFormatsToTry[] = { -1, -1 }; local
427 pixelFormatsToTry);
428 for (int f = 0; -1 != pixelFormatsToTry[f] && f < SK_ARRAY_COUNT(pixelFormatsToTry);
[all...]

Completed in 69 milliseconds