HomeSort by relevance Sort by last modified time
    Searched refs:Configs (Results 1 - 19 of 19) sorted by null

  /external/clang/runtime/compiler-rt/
Makefile 78 RuntimeLibrary.darwin.Configs := \
88 RuntimeLibrary.darwin.Configs += ios.a profile_ios.a
92 RuntimeLibrary.darwin.Configs += cc_kext_ios5.a
96 RuntimeLibrary.darwin.Configs += asan_iossim_dynamic.dylib \
100 RuntimeLibrary.macho_embedded.Configs := \
103 RuntimeLibrary.macho_embedded.Configs += \
111 RuntimeLibrary.linux.Configs :=
130 RuntimeLibrary.linux.Configs += $(Runtime32BitConfigs)
134 RuntimeLibrary.linux.Configs += \
142 RuntimeLibrary.linux.Configs += $(Runtime32BitConfigs
    [all...]
  /external/compiler-rt/make/platform/
multi_arch.mk 4 Configs := m32 m64
clang_darwin.mk 70 Configs :=
76 Configs += eprintf
82 Configs += 10.4
87 Configs += ios
93 Configs += osx
97 Configs += cc_kext
104 Configs += cc_kext_ios5
109 Configs += profile_osx
111 Configs += profile_ios
116 Configs += asan_osx_dynami
    [all...]
clang_linux.mk 7 Configs :=
19 # Only define configs if we detected a linux target.
22 # Define configs only if arch in triple is i386 or x86_64
52 Configs += builtins-i386 profile-i386
59 Configs += builtins-x86_64 profile-x86_64
clang_macho_embedded.mk 42 Configs :=
49 Configs += $(if $(UniversalArchs.soft_static),soft_static)
55 Configs += $(if $(UniversalArchs.hard_static),hard_static)
58 Configs += $(if $(UniversalArchs.soft_pic),soft_pic)
61 Configs += $(if $(UniversalArchs.hard_pic),hard_pic)
darwin_bni.mk 4 Configs := Debug Release Profile Static
  /external/compiler-rt/make/
lib_platforms.mk 6 PlainConfigVariables := Configs Description
8 RequiredConfigVariables := Configs Description
30 $$(foreach config,$$(Configs),\
58 $$(foreach config,$$(Configs),\
64 $$(foreach config,$$(Configs),\
  /external/mesa3d/src/egl/main/
egldisplay.c 324 if (disp->Configs) {
325 _eglDestroyArray(disp->Configs, free);
326 disp->Configs = NULL;
eglconfig.c 53 * It is also recommended that when there are N configs, their
86 if (!dpy->Configs) {
87 dpy->Configs = _eglCreateArray("Config", 16);
88 if (!dpy->Configs)
92 _eglAppendArray(dpy->Configs, (void *) conf);
110 conf = (_EGLConfig *) _eglFindArray(dpy->Configs, (void *) config);
663 * Quick sort an array of configs. This differs from the standard
668 _eglSortConfigs(const _EGLConfig **configs, EGLint count,
679 _eglSwapConfigs(&configs[pivot], &configs[count / 2])
    [all...]
egldisplay.h 152 _EGLArray *Configs;
  /external/compiler-rt/
Makefile 77 printf " Configurations: %s\n\n" "$($(key).Configs)";)
116 $(call Set,Tmp.Configs,$($(Tmp.Key).Configs))
120 $(Tmp.Name):: $(Tmp.Configs:%=$(Tmp.Name)-%)
127 $(foreach config,$(Tmp.Configs),\
  /external/deqp/modules/glshared/
glsFboUtil.hpp 350 typedef std::set<config::Config*> Configs;
357 Configs m_configs;
glsFboUtil.cpp 949 for (Configs::const_iterator it = m_configs.begin(); it != m_configs.end(); it++)
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 418 * Add configs to display and return the next config ID.
495 if (dpy->Configs) {
496 _eglDestroyArray(dpy->Configs, egl_g3d_free_config);
497 dpy->Configs = NULL;
572 /* enable MESA_screen_surface before adding (and validating) configs */
616 _eglError(EGL_NOT_INITIALIZED, "eglInitialize(unable to add configs)");
egl_g3d_api.c 122 EGLConfig *configs, EGLint size, EGLint *num_configs)
140 return _eglFilterConfigArray(dpy->Configs, configs, size, num_configs,
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 508 /* support only double buffered configs */
529 /* post-process configs */
530 for (i = 0; i < dpy->Configs->Size; i++) {
531 struct dri2_egl_config *dri2_conf = dri2_egl_config(dpy->Configs->Elements[i]);
741 err = "DRI2: failed to add configs";
egl_dri2.c 225 num_configs = _eglFilterArray(disp->Configs, (void **) &matching_config, 1,
    [all...]
platform_x11.c 351 /* We only use the DRI drivers single buffer configs. This
655 if (!_eglGetArraySize(disp->Configs)) {
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 631 if (!_eglGetArraySize(disp->Configs)) {
    [all...]

Completed in 205 milliseconds