Home
last modified time | relevance | path

Searched defs:ContextOptions (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/include/gpu/graphite/
H A DContextOptions.h22 struct SK_API ContextOptions { struct
23 ContextOptions() {} in ContextOptions() function
30 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 …]
/aosp_15_r20/external/armnn/third-party/doctest/
H A Ddoctest.h726 struct ContextOptions //!OCLINT too many fields struct
728 std::ostream* cout; // stdout stream - std::cout by default
729 std::ostream* cerr; // stderr stream - std::cerr by default
730 String binary_name; // the test binary name
732 const detail::TestCase* currentTest = nullptr;
735 String out; // output filename
736 String order_by; // how tests should be ordered
737 unsigned rand_seed; // the seed for rand ordering
739 unsigned first; // the first (matching) test to be executed
740 unsigned last; // the last (matching) test to be executed
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dcontext.go29 type ContextOptions struct { struct
33 Config []byte
36 Async bool
41 func (o *ContextOptions) c() (*C.TFE_ContextOptions, error) {
79 func NewContext(options *ContextOptions) (*Context, error) {
/aosp_15_r20/external/skia/bench/
H A DBenchmark.h67 virtual void modifyGraphiteContextOptions(skgpu::graphite::ContextOptions*) {} in modifyGraphiteContextOptions()
/aosp_15_r20/external/skia/gm/
H A Dgm.h179 virtual void modifyGraphiteContextOptions(skgpu::graphite::ContextOptions*) const {} in modifyGraphiteContextOptions()