Searched refs:MemoryProgramCache (Results 1 – 12 of 12) sorted by relevance
| /external/angle/src/libANGLE/ |
| D | MemoryProgramCache.cpp | 67 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) : mBlobCache(blobCache) {} in MemoryProgramCache() function in gl::MemoryProgramCache 69 MemoryProgramCache::~MemoryProgramCache() {} in ~MemoryProgramCache() 71 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() 115 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram() 159 bool MemoryProgramCache::getAt(size_t index, in getAt() 166 void MemoryProgramCache::remove(const egl::BlobCache::Key &programHash) in remove() 171 angle::Result MemoryProgramCache::putProgram(const egl::BlobCache::Key &programHash, in putProgram() 207 angle::Result MemoryProgramCache::updateProgram(const Context *context, const Program *program) in updateProgram() 214 bool MemoryProgramCache::putBinary(const egl::BlobCache::Key &programHash, in putBinary() 232 void MemoryProgramCache::clear() in clear() [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 450 MemoryProgramCache *memoryProgramCache, 590 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 914 MemoryProgramCache *mMemoryProgramCache;
|
| D | Display.h | 404 gl::MemoryProgramCache mMemoryProgramCache;
|
| D | Program.h | 365 friend class MemoryProgramCache;
|
| D | Program.cpp | 1142 MemoryProgramCache *cache = context->getMemoryProgramCache(); in linkImpl() 1347 MemoryProgramCache *cache = context->getMemoryProgramCache(); in resolveLinkImpl()
|
| D | Display.cpp | 1604 gl::MemoryProgramCache *programCachePointer = &mMemoryProgramCache; in createContext()
|
| D | Context.cpp | 607 MemoryProgramCache *memoryProgramCache, in Context()
|
| /external/angle/src/libANGLE/renderer/ |
| D | ContextImpl.h | 22 class MemoryProgramCache; variable 246 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache); 292 gl::MemoryProgramCache *mMemoryProgramCache;
|
| D | ContextImpl.cpp | 38 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
|
| /external/angle/src/ |
| D | libGLESv2.gni | 283 "src/libANGLE/MemoryProgramCache.h", 420 "src/libANGLE/MemoryProgramCache.cpp",
|
| /external/angle/ |
| D | Android.bp | 2240 "src/libANGLE/MemoryProgramCache.cpp", 2241 "src/libANGLE/MemoryProgramCache.h", 3469 "src/libANGLE/MemoryProgramCache.cpp",
|