Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/sk_app/unix/
DVulkanWindowContext_unix.cpp26 const DisplayParams& displayParams) { in MakeVulkanForXlib() argument
78 new VulkanWindowContext(displayParams, createVkSurface, canPresent, instProc, devProc)); in MakeVulkanForXlib()
/third_party/skia/tools/sk_app/unix/
DVulkanWindowContext_unix.cpp26 const DisplayParams& displayParams) { in MakeVulkanForXlib() argument
78 new VulkanWindowContext(displayParams, createVkSurface, canPresent, instProc, devProc)); in MakeVulkanForXlib()
/third_party/flutter/skia/tools/sk_app/mac/
DVulkanWindowContext_mac.mm72 const DisplayParams& displayParams) {
143 mtkView, displayParams, createVkSurface, canPresent, instProc, devProc));
/third_party/skia/tools/viewer/
DViewer.cpp386 DisplayParams displayParams; local
387 displayParams.fMSAASampleCount = FLAGS_msaa;
388 displayParams.fEnableBinaryArchive = FLAGS_binaryarchive;
389 CommonFlags::SetCtxOptions(&displayParams.fGrContextOptions);
390 displayParams.fGrContextOptions.fPersistentCache = &fPersistentCache;
391 displayParams.fGrContextOptions.fShaderCacheStrategy =
393 displayParams.fGrContextOptions.fShaderErrorHandler = &gShaderErrorHandler;
394 displayParams.fGrContextOptions.fSuppressPrints = true;
396 displayParams.fSurfaceProps = SkSurfaceProps(
397 displayParams.fSurfaceProps.flags() | SkSurfaceProps::kDynamicMSAA_Flag,
[all …]
/third_party/flutter/skia/tools/viewer/
DViewer.cpp304 DisplayParams displayParams; local
305 displayParams.fMSAASampleCount = FLAGS_msaa;
306 SetCtxOptionsFromCommonFlags(&displayParams.fGrContextOptions);
307 displayParams.fGrContextOptions.fPersistentCache = &fPersistentCache;
308 displayParams.fGrContextOptions.fDisallowGLSLBinaryCaching = true;
309 displayParams.fGrContextOptions.fShaderErrorHandler = &gShaderErrorHandler;
310 displayParams.fGrContextOptions.fSuppressPrints = true;
311 displayParams.fGrContextOptions.fInternalMultisampleCount = FLAGS_internalSamples;
312 fWindow->setRequestedDisplayParams(displayParams);