Home
last modified time | relevance | path

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

/third_party/skia/src/utils/win/
DSkWGL_win.cpp311 bool doubleBuffered, int msaaSampleCount, bool deepColor, in get_pixel_formats_to_try() argument
337 if (msaaSampleCount > 0 && in get_pixel_formats_to_try()
341 appendAttr(msaaIAttrs, SK_WGL_SAMPLES, msaaSampleCount); in get_pixel_formats_to_try()
347 formatsToTry[0] = extensions.selectFormat(formats, num, dc, msaaSampleCount); in get_pixel_formats_to_try()
423 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext() argument
433 get_pixel_formats_to_try(dc, extensions, true, msaaSampleCount, deepColor, pixelFormatsToTry); in SkCreateWGLContext()
DSkWGL.h138 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, SkWGLContextRequest context,
/third_party/flutter/skia/src/utils/win/
DSkWGL_win.cpp304 bool doubleBuffered, int msaaSampleCount, bool deepColor, in get_pixel_formats_to_try() argument
330 if (msaaSampleCount > 0 && in get_pixel_formats_to_try()
334 appendAttr(msaaIAttrs, SK_WGL_SAMPLES, msaaSampleCount); in get_pixel_formats_to_try()
340 formatsToTry[0] = extensions.selectFormat(formats, num, dc, msaaSampleCount); in get_pixel_formats_to_try()
416 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, in SkCreateWGLContext() argument
426 get_pixel_formats_to_try(dc, extensions, true, msaaSampleCount, deepColor, pixelFormatsToTry); in SkCreateWGLContext()
DSkWGL.h138 HGLRC SkCreateWGLContext(HDC dc, int msaaSampleCount, bool deepColor, SkWGLContextRequest context,
/third_party/skia/src/shaders/
DSkPictureShader.cpp406 const int msaaSampleCount = 0; in asFragmentProcessor() local
412 msaaSampleCount, in asFragmentProcessor()