Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DConfig.h27 struct Config struct
32 Config &operator=(const Config &other); argument
49 EGLint configID; // Unique EGLConfig identifier argument
50 EGLint conformant; // Whether contexts created with this config are conformant
51 EGLint depthSize; // Bits of Z in the depth buffer
52 EGLint level; // Frame buffer level
53 EGLBoolean matchNativePixmap; // Match the native pixmap format
54 EGLint maxPBufferWidth; // Maximum width of pbuffer
55 EGLint maxPBufferHeight; // Maximum height of pbuffer
56 EGLint maxPBufferPixels; // Maximum size of pbuffer
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DConfig.h27 struct Config struct
32 Config &operator=(const Config &other); argument
48 EGLint configID; // Unique EGLConfig identifier argument
49 EGLint conformant; // Whether contexts created with this config are conformant
50 EGLint depthSize; // Bits of Z in the depth buffer
51 EGLint level; // Frame buffer level
75 class ConfigSet argument
78 typedef std::map<EGLint, Config> ConfigMap; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DConfig.h38 struct Config { struct
41 std::string CPU;
42 TargetOptions Options;
43 std::vector<std::string> MAttrs;
44 Optional<Reloc::Model> RelocModel = Reloc::PIC_;
45 Optional<CodeModel::Model> CodeModel = None;
46 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Default;
47 CodeGenFileType CGFileType = CGFT_ObjectFile;
48 unsigned OptLevel = 2;
49 bool DisableVerify = false;
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DSwapChainVk.h58 struct Config { struct
77 ResultOrError<Config> ChooseConfig(const VulkanSurfaceInfo& surfaceInfo) const; argument
/third_party/nghttp2/src/
DHttpServer.h53 struct Config { struct
54 std::map<std::string, std::vector<std::string>> push;
55 std::map<std::string, std::string> mime_types;
56 Headers trailer;
57 std::string trailer_names;
58 std::string htdocs;
59 std::string host;
60 std::string private_key_file;
61 std::string cert_file;
85 Config(); argument
Dnghttp.h61 struct Config { struct
65 Headers headers;
66 Headers trailer;
67 std::vector<int32_t> weight;
68 std::string certfile;
69 std::string keyfile;
70 std::string datafile;
71 std::string harfile;
72 std::string scheme_override;
73 std::string host_override;
[all …]
Dh2load.h65 struct Config { struct
66 std::vector<std::vector<nghttp2_nv>> nva;
67 std::vector<std::string> h1reqs;
68 std::vector<ev_tstamp> timings;
69 nghttp2::Headers custom_headers;
70 std::string scheme;
71 std::string host;
72 std::string connect_to_host;
73 std::string ifile;
74 std::string ciphers;
[all …]
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.h23 struct Config { struct
40 static void RunTest(CefRefPtr<CefWaitableEvent> event, const Config& config); argument
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/
Ddeqp.go59 type Config struct { struct
60 ExeEgl string
61 ExeGles2 string
62 ExeGles3 string
63 ExeVulkan string
64 TempDir string // Directory for temporary log files, coverage output.
65 TestLists testlist.Lists
66 Env []string
67 LogReplacements map[string]string
68 NumParallelTests int
[all …]
/third_party/cef/libcef/browser/
Drequest_context_impl.h116 struct Config { struct
137 const Config& config); argument
/third_party/skia/bench/
Dnanobench.h21 struct Config { struct
34 explicit Target(const Config& c) : config(c) { } in Target() argument
/third_party/flutter/skia/bench/
Dnanobench.h21 struct Config { struct
34 explicit Target(const Config& c) : config(c) { } in Target() argument
/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dacvp.go35 type Config struct { struct
36 CertPEMFile string
37 PrivateKeyDERFile string
38 TOTPSecret string
39 ACVPServer string
40 SessionTokensCache string
41 LogFile string
112 Config() ([]byte, error) methodSpec
/third_party/flutter/skia/tools/
Dusing_skia_and_harfbuzz.cpp103 struct Config { struct
119 Config(int argc, char **argv) { in Config() argument
/third_party/skia/tools/
Dusing_skia_and_harfbuzz.cpp106 struct Config { struct
122 Config(int argc, char **argv) { in Config() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.h56 struct Config { struct
77 Config mConfig; argument
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go237 type Config struct { struct
241 AssetsDir string `json:"assets_dir"`
247 BuilderNameSchemaFile string `json:"builder_name_schema"`
250 GoldHashesURL string `json:"gold_hashes_url"`
253 GsBucketGm string `json:"gs_bucket_gm"`
256 GsBucketNano string `json:"gs_bucket_nano"`
259 InternalHardwareLabel func(parts map[string]string) *int `json:"-"`
262 NoUpload []string `json:"no_upload"`
266 PathToSkia string `json:"path_to_skia"`
269 Pool string `json:"pool"`
[all …]
/third_party/skia/third_party/externals/tint/src/transform/
Dcanonicalize_entry_point_io.h97 struct Config : public Castable<Config, Data> { struct
113 const ShaderStyle shader_style;
116 const uint32_t fixed_sample_mask;
120 const bool emit_vertex_point_size;
Darray_length_from_uniform.h62 struct Config : public Castable<Data, transform::Data> { struct
72 Config& operator=(const Config&); argument
78 sem::BindingPoint ubo_binding;
81 std::unordered_map<sem::BindingPoint, uint32_t> bindpoint_to_size_index;
Dsingle_entry_point.h32 struct Config : public Castable<Config, Data> { struct
45 Config& operator=(const Config&); argument
48 std::string entry_point_name;
Dglsl.h35 struct Config : public Castable<Data, transform::Data> { struct
50 std::string entry_point;
53 bool disable_workgroup_init = false;
Drobustness.h46 struct Config : public Castable<Config, Data> { struct
58 Config& operator=(const Config&); argument
62 std::unordered_set<StorageClass> omitted_classes;
/third_party/flutter/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go234 type Config struct { struct
238 AssetsDir string `json:"assets_dir"`
244 BuilderNameSchemaFile string `json:"builder_name_schema"`
247 GoldHashesURL string `json:"gold_hashes_url"`
250 GsBucketCalm string `json:"gs_bucket_calm"`
253 GsBucketGm string `json:"gs_bucket_gm"`
256 GsBucketNano string `json:"gs_bucket_nano"`
259 InternalHardwareLabel func(parts map[string]string) *int `json:"-"`
262 NoUpload []string `json:"no_upload"`
265 Pool string `json:"pool"`
[all …]
/third_party/skia/third_party/externals/tint/tools/src/gerrit/
Dgerrit.go36 type Config struct { struct
37 Username string
38 Password string
53 func New(cfg Config) (*G, error) {
/third_party/skia/third_party/externals/tint/tools/src/glob/
Dglob.go32 func Scan(root string, cfg Config) ([]string, error) {
64 type Config struct { struct
87 Paths searchRules
188 func (c Config) shouldExamine(root, absPath string) bool {

1234