Lines Matching refs:displayParams
386 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,
398 displayParams.fSurfaceProps.pixelGeometry());
400 fWindow->setRequestedDisplayParams(displayParams);