Home
last modified time | relevance | path

Searched refs:hashOut (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DMemoryProgramCache.cpp73 egl::BlobCache::Key *hashOut) in ComputeHash() argument
112 angle::base::SHA1HashBytes(programKey.data(), programKey.size(), hashOut->data()); in ComputeHash()
117 egl::BlobCache::Key *hashOut) in getProgram() argument
125 ComputeHash(context, program, hashOut); in getProgram()
128 switch (mBlobCache.getAndDecompress(context->getScratchBuffer(), *hashOut, &uncompressedData)) in getProgram()
150 remove(*hashOut); in getProgram()
160 const egl::BlobCache::Key **hashOut, in getAt() argument
163 return mBlobCache.getAt(index, hashOut, programOut); in getAt()
DMemoryProgramCache.h33 egl::BlobCache::Key *hashOut);
37 const egl::BlobCache::Key **hashOut,
61 egl::BlobCache::Key *hashOut);
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp969 egl::BlobCache::Key *hashOut) in ComputePipelineCacheVkChunkKey() argument
988 hashString.length(), hashOut->data()); in ComputePipelineCacheVkChunkKey()