Searched refs:msaaIAttrs (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 319 SkTDArray<int> msaaIAttrs = iAttrs; in get_pixel_formats_to_try() local 320 appendAttr(msaaIAttrs, SK_WGL_SAMPLE_BUFFERS, TRUE); in get_pixel_formats_to_try() 321 appendAttr(msaaIAttrs, SK_WGL_SAMPLES, msaaSampleCount); in get_pixel_formats_to_try() 322 appendAttr(msaaIAttrs, 0, 0); in get_pixel_formats_to_try() 325 extensions.choosePixelFormat(dc, msaaIAttrs.begin(), fAttrs, 64, formats, &num); in get_pixel_formats_to_try()
|