Searched defs:ContextOptions (Results 1 – 3 of 3) sorted by relevance
15 struct SK_API ContextOptions { struct16 ContextOptions() {} in ContextOptions() argument23 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;[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) {