Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/win/
DGLWindowContext_win.cpp93 static const int kSampleCountAttr = SK_WGL_SAMPLES; in onInitializeContext()
/external/skia/src/utils/win/
DSkWGL.h39 #define SK_WGL_SAMPLES 0x2042 macro
DSkWGL_win.cpp139 static const int kQueryAttr = SK_WGL_SAMPLES; in selectFormat()
321 appendAttr(msaaIAttrs, SK_WGL_SAMPLES, msaaSampleCount); in get_pixel_formats_to_try()
/external/skia/src/views/win/
DSkOSWindow_win.cpp356 static const int kSampleCountAttr = SK_WGL_SAMPLES; in attachGL()