Searched refs:MemoryProgramCache (Results 1 – 12 of 12) sorted by relevance
/external/angle/src/libANGLE/ |
D | MemoryProgramCache.cpp | 100 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) in MemoryProgramCache() function in gl::MemoryProgramCache 104 MemoryProgramCache::~MemoryProgramCache() {} in ~MemoryProgramCache() 106 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() 135 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram() 183 bool MemoryProgramCache::get(const Context *context, in get() 191 bool MemoryProgramCache::getAt(size_t index, in getAt() 198 void MemoryProgramCache::remove(const egl::BlobCache::Key &programHash) in remove() 203 angle::Result MemoryProgramCache::putProgram(const egl::BlobCache::Key &programHash, in putProgram() 236 angle::Result MemoryProgramCache::updateProgram(const Context *context, const Program *program) in updateProgram() 243 bool MemoryProgramCache::putBinary(const egl::BlobCache::Key &programHash, in putBinary() [all …]
|
D | MemoryProgramCache.h | 25 class MemoryProgramCache final : angle::NonCopyable 28 explicit MemoryProgramCache(egl::BlobCache &blobCache); 29 ~MemoryProgramCache();
|
D | Context.h | 72 class MemoryProgramCache; variable 349 MemoryProgramCache *memoryProgramCache, 495 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 752 MemoryProgramCache *mMemoryProgramCache;
|
D | Display.h | 355 gl::MemoryProgramCache mMemoryProgramCache;
|
D | Program.h | 371 friend class MemoryProgramCache;
|
D | Display.cpp | 1288 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
|
D | Program.cpp | 1487 MemoryProgramCache *cache = context->getMemoryProgramCache(); in linkImpl() 1695 MemoryProgramCache *cache = context->getMemoryProgramCache(); in resolveLinkImpl()
|
D | Context.cpp | 320 MemoryProgramCache *memoryProgramCache, in Context()
|
/external/angle/src/libANGLE/renderer/ |
D | ContextImpl.h | 22 class MemoryProgramCache; variable 227 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache); 243 gl::MemoryProgramCache *mMemoryProgramCache;
|
D | ContextImpl.cpp | 37 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
|
/external/angle/src/ |
D | libGLESv2.gni | 241 "src/libANGLE/MemoryProgramCache.h", 370 "src/libANGLE/MemoryProgramCache.cpp",
|
/external/angle/ |
D | Android.bp | 6832 "src/libANGLE/MemoryProgramCache.cpp",
|