/external/chromium_org/third_party/mesa/src/src/glx/ |
glxextensions.c | 44 #define VER(a,b) a, b 74 { GLX(ARB_create_context), VER(0,0), Y, N, N, N }, 75 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N }, 76 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N }, 77 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N }, 78 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N }, 79 { GLX(ATI_pixel_format_float), VER(0,0), N, N, N, N }, 80 { GLX(EXT_import_context), VER(0,0), Y, Y, N, N }, 81 { GLX(EXT_visual_info), VER(0,0), Y, Y, N, N }, 82 { GLX(EXT_visual_rating), VER(0,0), Y, Y, N, N } [all...] |
/external/mesa3d/src/glx/ |
glxextensions.c | 44 #define VER(a,b) a, b 74 { GLX(ARB_create_context), VER(0,0), Y, N, N, N }, 75 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N }, 76 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N }, 77 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N }, 78 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N }, 79 { GLX(ATI_pixel_format_float), VER(0,0), N, N, N, N }, 80 { GLX(EXT_import_context), VER(0,0), Y, Y, N, N }, 81 { GLX(EXT_visual_info), VER(0,0), Y, Y, N, N }, 82 { GLX(EXT_visual_rating), VER(0,0), Y, Y, N, N } [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
configure | 23 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h` 97 SHAREDLIBV=libz.$VER$shared_ext 99 LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER"};; 123 LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${VER}:1.0"};; 168 SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$VER"} 189 echo Building static library $LIBS version $VER with $CC.
|
/external/smack/src/com/kenai/jbosh/ |
Attributes.java | 60 static final BodyQName VER = BodyQName.createBOSH("ver");
|
CMSessionParams.java | 30 private final AttrVersion ver; field in class:CMSessionParams 68 ver = aVer; 95 resp.getAttribute(Attributes.VER)), 138 return ver;
|
BOSHClient.java | 844 builder.setAttribute(Attributes.VER, [all...] |
/external/zlib/src/ |
configure | 31 VER=`sed -n -e '/VERSION "/s/.*"\(.*\)".*/\1/p' < zlib.h` 217 SHAREDLIBV=libz.$VER$shared_ext 255 LDSHARED=${LDSHARED-"cc -shared -Wl,-soname,libz.so -Wl,-msym -Wl,-rpath,$(libdir) -Wl,-set_version,${VER}:1.0"} ;; 322 SHAREDLIBV=${SHAREDLIBV-"libz$shared_ext.$VER"} 403 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log 765 echo VER = $VER >> configure.log 827 s/\@VERSION\@/$VER/g;
|