Home
last modified time | relevance | path

Searched refs:all_configs (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp338 eglw::EGLConfig all_configs[num_configs]; in EglRenderContext() local
340 if (!eglChooseConfig(m_eglDisplay, &frame_buffer_attribs[0], all_configs, num_configs, &num_configs)) in EglRenderContext()
345 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_RED_SIZE, &red); in EglRenderContext()
346 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_GREEN_SIZE, &green); in EglRenderContext()
347 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_BLUE_SIZE, &blue); in EglRenderContext()
348 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_ALPHA_SIZE, &alpha); in EglRenderContext()
349 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_DEPTH_SIZE, &depth); in EglRenderContext()
350 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_STENCIL_SIZE, &stencil); in EglRenderContext()
351 eglGetConfigAttrib(m_eglDisplay, all_configs[i], EGL_SAMPLES, &samples); in EglRenderContext()
361 egl_config = all_configs[ in EglRenderContext()
[all...]
/third_party/python/Lib/test/
H A Dpythoninfo.py746 all_configs = get_configs()
747 for config_type in sorted(all_configs):
748 config = all_configs[config_type]
H A Dtest_embed.py1370 all_configs = self._get_expected_config()
1371 paths = all_configs['config']['module_search_paths']
/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.cc282 const UniqueVector<LabelConfigPair> all_configs = target->all_dependent_configs(); in GetAllDependentConfigsInfo() local
283 if (all_configs.size() > 0) { in GetAllDependentConfigsInfo()
286 std::string tmp = GetPublicConfigInfo(params, scope, all_configs, checker); in GetAllDependentConfigsInfo()
/third_party/node/deps/v8/tools/mb/
H A Dmb.py435 all_configs = {}
440 all_configs[c] = builder_group
442 all_configs[config] = builder_group
445 for config, loc in all_configs.items():
456 if not config in all_configs:

Completed in 7 milliseconds