Lines Matching defs:ContextOptions
15 struct SK_API ContextOptions { struct
16 ContextOptions() {} in ContextOptions() function
23 bool fDisableDriverCorrectnessWorkarounds = false;
29 skgpu::ShaderErrorHandler* fShaderErrorHandler = nullptr;
36 bool fClientWillExternallySynchronizeAllThreads = false;
41 size_t fGlyphCacheTextureMaximumBytes = 2048 * 1024 * 4;
47 float fMinDistanceFieldFontSize = 18;
53 float fGlyphsAsPathsFontSize = 384;
55 float fGlyphsAsPathsFontSize = 256;
57 float fGlyphsAsPathsFontSize = 324;
64 bool fAllowMultipleGlyphCacheTextures = true;
73 bool fSupportBilerpFromGlyphAtlas = true;
98 #endif // skgpu_graphite_ContextOptions argument