Home
last modified time | relevance | path

Searched defs:configs (Results 1 – 25 of 173) sorted by relevance

1234567

/third_party/mesa3d/src/glx/
Dglxconfig.c261 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list()
282 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual()
294 glx_config_find_fbconfig(struct glx_config *configs, int fbid) in glx_config_find_fbconfig()
/third_party/gn/src/gn/
Dconfig.h51 const UniqueVector<LabelConfigPair>& configs() const { return configs_; } in configs() function
52 UniqueVector<LabelConfigPair>& configs() { return configs_; } in configs() function
Ddesc_builder.cc203 const VectorType& configs, in FillInConfigVector()
251 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() local
427 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() local
433 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() local
441 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() local
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp277 static void getTestRunsForAOSPEGL(vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForAOSPEGL()
318 static void getTestRunsForAOSPES(vector<TestRunParams>& runs, const ConfigList& configs, const glu:… in getTestRunsForAOSPES()
370 …unsForNoContext(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const R… in getTestRunsForNoContext()
400 …etTestRunsForNoContextES(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForNoContextES()
407 …ForSingleConfig(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const R… in getTestRunsForSingleConfig()
436 …estRunsForSingleConfigES(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForSingleConfigES()
443 static void getTestRunsForES(glu::ApiType type, const ConfigList& configs, vector<TestRunParams>& r… in getTestRunsForES()
486 …etTestRunsForNoContextGL(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForNoContextGL()
492 …estRunsForSingleConfigGL(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForSingleConfigGL()
499 …id getTestRunsForESForGL(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForESForGL()
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dandroid.py113 spec, configs, part_of_all, write_alias_target, sdk_version): argument
456 def WriteSourceFlags(self, spec, configs): argument
501 def WriteSources(self, spec, configs, extra_sources): argument
780 def WriteTargetFlags(self, spec, configs, link_deps): argument
824 def WriteTarget(self, spec, configs, deps, link_deps, part_of_all, argument
/third_party/node/tools/gyp/pylib/gyp/generator/
Dandroid.py119 configs, argument
502 def WriteSourceFlags(self, spec, configs): argument
555 def WriteSources(self, spec, configs, extra_sources): argument
846 def WriteTargetFlags(self, spec, configs, link_deps): argument
890 self, spec, configs, deps, link_deps, part_of_all, write_alias_target argument
/third_party/typescript_eslint/packages/eslint-plugin/tests/
Dindex.test.ts11 const configs = fs constant
/third_party/node/benchmark/es/
Dstring-concatenations.js5 const configs = { variable
Dstring-repeat.js6 const configs = { variable
/third_party/node/test/parallel/
Dtest-cluster-setup-master-multiple.js36 const configs = []; variable
/third_party/mesa3d/src/egl/main/
Deglconfig.c688 _eglSortConfigs(const _EGLConfig **configs, EGLint count, in _eglSortConfigs()
730 _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs, in _eglFilterConfigArray()
794 EGLConfig *configs, EGLint config_size, EGLint *num_configs) in _eglChooseConfig()
848 _eglGetConfigs(_EGLDisplay *disp, EGLConfig *configs, in _eglGetConfigs()
/third_party/node/benchmark/dgram/
Dbind-params.js6 const configs = { variable
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c55 __DRIconfig **configs = NULL; in nouveau_get_configs() local
94 const __DRIconfig **configs; in nouveau_init_screen2() local
/third_party/node/benchmark/
Dcommon.js7 constructor(fn, configs, options = {}) { argument
51 _parseArgs(argv, configs, options) { argument
400 createBenchmark(fn, configs, options) { argument
/third_party/node/benchmark/child_process/
Dchild-process-params.js11 const configs = { variable
/third_party/cef/tools/
Dgclient_hook.py133 configs = GetAllPlatformConfigs(gn_args) variable
/third_party/node/deps/npm/node_modules/rc/
Dindex.js51 …configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : undefin… property
/third_party/node/benchmark/policy/
Dpolicy-startup.js6 const configs = { variable
/third_party/grpc/test/core/end2end/fixtures/
Dh2_local_ipv4.cc50 static grpc_end2end_test_config configs[] = { variable
Dh2_local_uds.cc52 static grpc_end2end_test_config configs[] = { variable
Dh2_local_ipv6.cc50 static grpc_end2end_test_config configs[] = { variable
Dinproc.cc76 static grpc_end2end_test_config configs[] = { variable
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLRecordableTest.cpp43 std::vector<EGLConfig> configs(nConfigs); in TEST_P() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLRecordableTest.cpp43 std::vector<EGLConfig> configs(nConfigs); in TEST_P() local
/third_party/grpc/test/core/iomgr/
Dendpoint_pair_test.cc53 static grpc_endpoint_test_config configs[] = { variable

1234567