Home
last modified time | relevance | path

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

/third_party/skia/tools/sk_app/
H A DGLWindowContext.cpp27 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount); in GLWindowContext()
36 if (!fContext && fDisplayParams.fMSAASampleCount > 1) { in initializeContext()
37 fDisplayParams.fMSAASampleCount /= 2; in initializeContext()
H A DDisplayParams.h20 , fMSAASampleCount(1) in DisplayParams()
29 int fMSAASampleCount; member
H A DVulkanWindowContext.cpp248 fSampleCount = std::max(1, params.fMSAASampleCount); in createSwapchain()
368 fDisplayParams.fMSAASampleCount, in createBuffers()
371 if (fDisplayParams.fMSAASampleCount > 1) { in createBuffers()
H A DDawnWindowContext.cpp75 GrBackendRenderTarget backendRenderTarget(fWidth, fHeight, fDisplayParams.fMSAASampleCount, 8, in getBackbufferSurface()
/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp52 if (fRequestedDisplayParams.fMSAASampleCount != fMSAASampleCount) { in initWindow()
82 if (fRequestedDisplayParams.fMSAASampleCount > 1) { in initWindow()
90 msaaChooseFBConfigAtt[kChooseFBConifgAttCnt + 2] = fRequestedDisplayParams.fMSAASampleCount; in initWindow()
105 fRequestedDisplayParams.fMSAASampleCount; in initWindow()
156 fMSAASampleCount = fRequestedDisplayParams.fMSAASampleCount; in initWindow()
H A DWindow_unix.h33 , fMSAASampleCount(1) {} in Window_unix()
92 int fMSAASampleCount; member in sk_app::Window_unix
/third_party/skia/tools/sk_app/android/
H A DGLWindowContext_android.cpp73 EGLint eglSampleCnt = fDisplayParams.fMSAASampleCount > 1 ? fDisplayParams.fMSAASampleCount > 1 in onInitializeContext()
/third_party/skia/tools/sk_app/win/
H A DGLWindowContext_win.cpp69 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */,
87 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */,
H A DANGLEWindowContext_win.cpp80 fSampleCount = this->getDisplayParams().fMSAASampleCount; in onInitializeContext()
H A DWindow_win.cpp398 if (params.fMSAASampleCount != this->getRequestedDisplayParams().fMSAASampleCount in setRequestedDisplayParams()
H A DD3D12WindowContext_win.cpp120 fSampleCount = fDisplayParams.fMSAASampleCount; in initializeContext()
/third_party/skia/tools/viewer/
H A DViewer.h135 bool fMSAASampleCount = false; member
H A DViewer.cpp387 displayParams.fMSAASampleCount = FLAGS_msaa; in fPerspectiveMode()
1965 if (sampleCount != params.fMSAASampleCount) { in drawImGui()
1966 params.fMSAASampleCount = sampleCount; in drawImGui()
3013 if (sampleCount != params.fMSAASampleCount) { in onUIStateChanged()
3014 params.fMSAASampleCount = sampleCount; in onUIStateChanged()

Completed in 10 milliseconds