Searched refs:VersionString (Results 1 - 19 of 19) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dversion.c227 ctx->VersionString = (char *) malloc(max);
228 if (ctx->VersionString) {
229 _mesa_snprintf(ctx->VersionString, max,
259 ctx->VersionString = (char *) malloc(max);
260 if (ctx->VersionString) {
261 _mesa_snprintf(ctx->VersionString, max,
292 ctx->VersionString = (char *) malloc(max);
293 if (ctx->VersionString) {
294 _mesa_snprintf(ctx->VersionString, max,
304 * Set the context's Version and VersionString field
[all...]
H A Dgetstring.c127 return (const GLubyte *) ctx->VersionString;
H A Dcontext.c1163 if (ctx->VersionString)
1164 free(ctx->VersionString);
H A Dmtypes.h3436 char *VersionString; member in struct:gl_context
/external/mesa3d/src/egl/main/
H A Deglmisc.c158 _eglsnprintf(dpy->VersionString, sizeof(dpy->VersionString),
161 return dpy->VersionString;
H A Degldisplay.h147 char VersionString[1000]; /**< EGL_VERSION */ member in struct:_egl_display
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc70 << "This program requires version " << VersionString(minLibraryVersion)
72 "is " << VersionString(GOOGLE_PROTOBUF_VERSION) << ". Please update "
82 << VersionString(headerVersion) << " of the Protocol Buffer runtime "
84 << VersionString(GOOGLE_PROTOBUF_VERSION) << "). Contact the program "
92 string VersionString(int version) { function in namespace:google::protobuf::internal
H A Dcommon.h124 std::string LIBPROTOBUF_EXPORT VersionString(int version);
H A Dcommon_unittest.cc64 EXPECT_EQ(version, internal::VersionString(GOOGLE_PROTOBUF_VERSION));
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
H A Dgflags_gflags.h63 using GFLAGS_NAMESPACE::VersionString;
H A Dgflags.h198 // VersionString() is thread-safe as long as SetVersionString() is only
200 extern GFLAGS_DLL_DECL const char* VersionString(); // string set by SetVersionString()
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
H A Dgflags_gflags.h63 using GFLAGS_NAMESPACE::VersionString;
H A Dgflags.h198 // VersionString() is thread-safe as long as SetVersionString() is only
200 extern GFLAGS_DLL_DECL const char* VersionString(); // string set by SetVersionString()
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
H A DPiFirmwareFile.h232 CHAR16 VersionString[1]; member in struct:__anon20574
/external/webrtc/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h124 extern const char* VersionString();
/external/webrtc/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h147 extern const char* VersionString();
/external/skia/src/sfnt/
H A DSkOTTable_name.h493 VersionString = SkTEndian_SwapBE16(5), //Version <number>.<number>
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp1336 StringRef VersionString; local
1338 if (!parseScalarString(I->getValue(), VersionString, Storage))
1341 if (VersionString.getAsInteger<int>(10, Version)) {
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1200 << protobuf::internal::VersionString(GOOGLE_PROTOBUF_VERSION)

Completed in 600 milliseconds