/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Config.h | 27 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/ |
D | Config.h | 27 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/ |
D | Config.h | 38 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/ |
D | SwapChainVk.h | 58 struct Config { struct 77 ResultOrError<Config> ChooseConfig(const VulkanSurfaceInfo& surfaceInfo) const; argument
|
/third_party/nghttp2/src/ |
D | HttpServer.h | 53 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
|
D | nghttp.h | 61 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 …]
|
D | h2load.h | 65 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/ |
D | test_window_delegate.h | 23 struct Config { struct 40 static void RunTest(CefRefPtr<CefWaitableEvent> event, const Config& config); argument
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
D | deqp.go | 59 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/ |
D | request_context_impl.h | 116 struct Config { struct 137 const Config& config); argument
|
/third_party/skia/bench/ |
D | nanobench.h | 21 struct Config { struct 34 explicit Target(const Config& c) : config(c) { } in Target() argument
|
/third_party/flutter/skia/bench/ |
D | nanobench.h | 21 struct Config { struct 34 explicit Target(const Config& c) : config(c) { } in Target() argument
|
/third_party/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 35 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/ |
D | using_skia_and_harfbuzz.cpp | 103 struct Config { struct 119 Config(int argc, char **argv) { in Config() argument
|
/third_party/skia/tools/ |
D | using_skia_and_harfbuzz.cpp | 106 struct Config { struct 122 Config(int argc, char **argv) { in Config() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | SwapChainD3D12.h | 56 struct Config { struct 77 Config mConfig; argument
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
D | gen_tasks_logic.go | 237 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/ |
D | canonicalize_entry_point_io.h | 97 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;
|
D | array_length_from_uniform.h | 62 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;
|
D | single_entry_point.h | 32 struct Config : public Castable<Config, Data> { struct 45 Config& operator=(const Config&); argument 48 std::string entry_point_name;
|
D | glsl.h | 35 struct Config : public Castable<Data, transform::Data> { struct 50 std::string entry_point; 53 bool disable_workgroup_init = false;
|
D | robustness.h | 46 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/ |
D | gen_tasks_logic.go | 234 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/ |
D | gerrit.go | 36 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/ |
D | glob.go | 32 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 {
|