Searched defs:ContextOptions (Results 1 – 5 of 5) sorted by relevance
22 struct SK_API ContextOptions { struct23 ContextOptions() {} in ContextOptions() function30 bool fDisableDriverCorrectnessWorkarounds = false;36 skgpu::ShaderErrorHandler* fShaderErrorHandler = nullptr;44 int fInternalMultisampleCount = 4;51 bool fClientWillExternallySynchronizeAllThreads = false;56 size_t fGlyphCacheTextureMaximumBytes = 2048 * 1024 * 4;62 float fMinDistanceFieldFontSize = 18;68 float fGlyphsAsPathsFontSize = 384;70 float fGlyphsAsPathsFontSize = 256;[all …]
726 struct ContextOptions //!OCLINT too many fields struct728 std::ostream* cout; // stdout stream - std::cout by default729 std::ostream* cerr; // stderr stream - std::cerr by default730 String binary_name; // the test binary name732 const detail::TestCase* currentTest = nullptr;735 String out; // output filename736 String order_by; // how tests should be ordered737 unsigned rand_seed; // the seed for rand ordering739 unsigned first; // the first (matching) test to be executed740 unsigned last; // the last (matching) test to be executed[all …]
29 type ContextOptions struct { struct33 Config []byte36 Async bool41 func (o *ContextOptions) c() (*C.TFE_ContextOptions, error) {79 func NewContext(options *ContextOptions) (*Context, error) {
67 virtual void modifyGraphiteContextOptions(skgpu::graphite::ContextOptions*) {} in modifyGraphiteContextOptions()
179 virtual void modifyGraphiteContextOptions(skgpu::graphite::ContextOptions*) const {} in modifyGraphiteContextOptions()