Searched refs:VER (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxextensions.c44 #define VER(a,b) a, b macro
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(
[all...]
/external/mesa3d/src/glx/
H A Dglxextensions.c44 #define VER(a,b) a, b macro
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(
[all...]
/external/smack/src/com/kenai/jbosh/
H A DAttributes.java60 static final BodyQName VER = BodyQName.createBOSH("ver"); field in class:Attributes
H A DCMSessionParams.java95 resp.getAttribute(Attributes.VER)),
H A DBOSHClient.java844 builder.setAttribute(Attributes.VER,
/external/qemu/distrib/zlib-1.2.8/
H A Dconfigure31 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;
/external/zlib/src/
H A Dconfigure31 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;

Completed in 2253 milliseconds