Searched refs:hashStream (Results 1 – 2 of 2) sorted by relevance
111 HashStream hashStream; in ComputeHash() local114 hashStream << program->getAttachedShader(shaderType); in ComputeHash()118 hashStream << ANGLE_COMMIT_HASH << context->getClientMajorVersion() in ComputeHash()122 hashStream << program->getAttributeBindings() << program->getUniformLocationBindings() in ComputeHash()130 const std::string &programKey = hashStream.str(); in ComputeHash()
485 std::ostringstream hashStream("ANGLE Pipeline Cache: ", std::ios_base::ate); in ComputePipelineCacheVkChunkKey() local491 hashStream << std::hex << c; in ComputePipelineCacheVkChunkKey()494 hashStream << std::hex << physicalDeviceProperties.vendorID; in ComputePipelineCacheVkChunkKey()495 hashStream << std::hex << physicalDeviceProperties.deviceID; in ComputePipelineCacheVkChunkKey()498 hashStream << std::hex << chunkIndex; in ComputePipelineCacheVkChunkKey()500 const std::string &hashString = hashStream.str(); in ComputePipelineCacheVkChunkKey()