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

  /external/mesa3d/src/mesa/main/
version.c 227 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 fields
    [all...]
getstring.c 127 return (const GLubyte *) ctx->VersionString;
context.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/egl/main/
eglmisc.c 158 _eglsnprintf(dpy->VersionString, sizeof(dpy->VersionString),
161 return dpy->VersionString;
egldisplay.h 147 char VersionString[1000]; /**< EGL_VERSION */
  /external/protobuf/src/google/protobuf/stubs/
common.cc 62 << "This program requires version " << VersionString(minLibraryVersion)
64 "is " << VersionString(GOOGLE_PROTOBUF_VERSION) << ". Please update "
74 << VersionString(headerVersion) << " of the Protocol Buffer runtime "
76 << VersionString(GOOGLE_PROTOBUF_VERSION) << "). Contact the program "
84 string VersionString(int version) {
common_unittest.cc 63 EXPECT_EQ(version, internal::VersionString(GOOGLE_PROTOBUF_VERSION));
common.h 141 std::string LIBPROTOBUF_EXPORT VersionString(int version);
    [all...]
  /external/v8/test/cctest/
test-version.cc 77 TEST(VersionString) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
common.h 124 std::string LIBPROTOBUF_EXPORT VersionString(int version);
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 124 extern const char* VersionString();
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 147 extern const char* VersionString();
  /external/clang/lib/Basic/
VirtualFileSystem.cpp     [all...]
  /external/skia/src/sfnt/
SkOTTable_name.h 501 ((VersionString, SkTEndian_SwapBE16(5))) //Version <number>.<number>
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 141 std::string LIBPROTOBUF_EXPORT VersionString(int version);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h 141 std::string LIBPROTOBUF_EXPORT VersionString(int version);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h 141 std::string LIBPROTOBUF_EXPORT VersionString(int version);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h 141 std::string LIBPROTOBUF_EXPORT VersionString(int version);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc     [all...]

Completed in 387 milliseconds