Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DMemoryProgramCache.cpp108 egl::BlobCache::Key *hashOut) in ComputeHash() argument
132 programKey.length(), hashOut->data()); in ComputeHash()
137 egl::BlobCache::Key *hashOut) in getProgram() argument
145 ComputeHash(context, program, hashOut); in getProgram()
148 if (get(context, *hashOut, &binaryProgram, &programSize)) in getProgram()
178 remove(*hashOut); in getProgram()
192 const egl::BlobCache::Key **hashOut, in getAt() argument
195 return mBlobCache.getAt(index, hashOut, programOut); in getAt()
DMemoryProgramCache.h33 egl::BlobCache::Key *hashOut);
43 const egl::BlobCache::Key **hashOut,
67 egl::BlobCache::Key *hashOut);
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp483 egl::BlobCache::Key *hashOut) in ComputePipelineCacheVkChunkKey() argument
502 hashString.length(), hashOut->data()); in ComputePipelineCacheVkChunkKey()