Searched refs:hashOut (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | MemoryProgramCache.cpp | 108 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()
|
D | MemoryProgramCache.h | 33 egl::BlobCache::Key *hashOut); 43 const egl::BlobCache::Key **hashOut, 67 egl::BlobCache::Key *hashOut);
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 483 egl::BlobCache::Key *hashOut) in ComputePipelineCacheVkChunkKey() argument 502 hashString.length(), hashOut->data()); in ComputePipelineCacheVkChunkKey()
|