Home
last modified time | relevance | path

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

/external/skia/src/utils/win/
DSkWGL_win.cpp288 int iAttrs[] = { in get_pixel_formats_to_try() local
304 static const int kIAttrsCount = SK_ARRAY_COUNT(iAttrs); in get_pixel_formats_to_try()
306 memcpy(msaaIAttrs, iAttrs, sizeof(int) * kIAttrsCount); in get_pixel_formats_to_try()
325 extensions.choosePixelFormat(dc, iAttrs, fAttrs, 1, format, &num); in get_pixel_formats_to_try()