Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DMemoryProgramCache.h59 ANGLE_NO_DISCARD bool putBinary(const egl::BlobCache::Key &programHash,
DMemoryProgramCache.cpp243 bool MemoryProgramCache::putBinary(const egl::BlobCache::Key &programHash, in putBinary() function in gl::MemoryProgramCache
DDisplay.cpp2055 if (!mMemoryProgramCache.putBinary(programHash, reinterpret_cast<const uint8_t *>(binary), in programCachePopulate()