Searched refs:GetANGLECommitHash (Results 1 – 4 of 4) sorted by relevance
15 const char *GetANGLECommitHash();
22 const char *GetANGLECommitHash() in GetANGLECommitHash() function
119 hashStream << angle::GetANGLECommitHash() << context->getClientMajorVersion() in ComputeHash()
4245 stream.writeBytes(reinterpret_cast<const unsigned char *>(angle::GetANGLECommitHash()), in serialize()4342 if (memcmp(commitString.data(), angle::GetANGLECommitHash(), commitString.size()) != 0) in deserialize()