Searched refs:fMSAASampleCount (Results 1 - 13 of 13) sorted by relevance
/third_party/skia/tools/sk_app/ |
H A D | GLWindowContext.cpp | 27 fDisplayParams.fMSAASampleCount = GrNextPow2(fDisplayParams.fMSAASampleCount); in GLWindowContext() 36 if (!fContext && fDisplayParams.fMSAASampleCount > 1) { in initializeContext() 37 fDisplayParams.fMSAASampleCount /= 2; in initializeContext()
|
H A D | DisplayParams.h | 20 , fMSAASampleCount(1) in DisplayParams() 29 int fMSAASampleCount; member
|
H A D | VulkanWindowContext.cpp | 248 fSampleCount = std::max(1, params.fMSAASampleCount); in createSwapchain() 368 fDisplayParams.fMSAASampleCount, in createBuffers() 371 if (fDisplayParams.fMSAASampleCount > 1) { in createBuffers()
|
H A D | DawnWindowContext.cpp | 75 GrBackendRenderTarget backendRenderTarget(fWidth, fHeight, fDisplayParams.fMSAASampleCount, 8, in getBackbufferSurface()
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 52 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 D | Window_unix.h | 33 , fMSAASampleCount(1) {} in Window_unix() 92 int fMSAASampleCount; member in sk_app::Window_unix
|
/third_party/skia/tools/sk_app/android/ |
H A D | GLWindowContext_android.cpp | 73 EGLint eglSampleCnt = fDisplayParams.fMSAASampleCount > 1 ? fDisplayParams.fMSAASampleCount > 1 in onInitializeContext()
|
/third_party/skia/tools/sk_app/win/ |
H A D | GLWindowContext_win.cpp | 69 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */, 87 fHGLRC = SkCreateWGLContext(dc, fDisplayParams.fMSAASampleCount, false /* deepColor */,
|
H A D | ANGLEWindowContext_win.cpp | 80 fSampleCount = this->getDisplayParams().fMSAASampleCount; in onInitializeContext()
|
H A D | Window_win.cpp | 398 if (params.fMSAASampleCount != this->getRequestedDisplayParams().fMSAASampleCount in setRequestedDisplayParams()
|
H A D | D3D12WindowContext_win.cpp | 120 fSampleCount = fDisplayParams.fMSAASampleCount; in initializeContext()
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.h | 135 bool fMSAASampleCount = false; member
|
H A D | Viewer.cpp | 387 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