Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 25 of 87) 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;
62 std::string dh_param_file;
[all …]
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.h73 struct Config { struct
74 std::vector<std::vector<nghttp2_nv>> nva;
75 std::vector<std::string> h1reqs;
76 std::vector<ev_tstamp> timings;
77 nghttp2::Headers custom_headers;
78 std::string scheme;
79 std::string host;
80 std::string connect_to_host;
81 std::string ifile;
82 std::string ciphers;
[all …]
/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/tests/ceftests/views/
Dtest_window_delegate.h28 struct Config { struct
46 std::unique_ptr<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/cef/libcef/browser/
Drequest_context_impl.h118 struct Config { struct
139 const Config& 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/flutter/skia/tools/
Dusing_skia_and_harfbuzz.cpp103 struct Config { struct
119 Config(int argc, char **argv) { in Config() 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/vk-gl-cts/modules/egl/
DteglRenderCase.hpp44 struct Config struct in deqp::egl::RenderCase
46 eglw::EGLConfig config;
47 eglw::EGLint surfaceTypeBit;
48 eglw::EGLint apiBits;
50 Config (eglw::EGLConfig config_, eglw::EGLint surfaceTypeBit_, eglw::EGLint apiBits_) in Config() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DSwapChainD3D12.h56 struct Config { struct
77 Config mConfig; argument
/third_party/skia/third_party/externals/tint/src/transform/
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;
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;
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;
/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/mesa3d/src/gallium/frontends/xvmc/tests/
Dxvmc_bench.c53 struct Config struct
64 void ParseArgs(int argc, char **argv, struct Config *config); argument
/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/vk-gl-cts/external/openglcts/modules/common/
DglcConfigList.hpp64 struct Config struct
66Config(ConfigType type_, int id_, deUint32 surfaceTypes_) : type(type_), id(id_), surfaceTypes(sur… in Config() function
70 Config(void) : type(CONFIGTYPE_LAST), id(0), surfaceTypes(0) in Config() argument
74 ConfigType type;
75 int id;
76 deUint32 surfaceTypes;

1234