Searched refs:MemoryProgramCache (Results 1 – 12 of 12) sorted by relevance
| /external/angle/src/libANGLE/ |
| D | MemoryProgramCache.cpp | 101 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) in MemoryProgramCache() function in gl::MemoryProgramCache 105 MemoryProgramCache::~MemoryProgramCache() {} in ~MemoryProgramCache() 107 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() 139 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram() 187 bool MemoryProgramCache::get(const Context *context, in get() 195 bool MemoryProgramCache::getAt(size_t index, in getAt() 202 void MemoryProgramCache::remove(const egl::BlobCache::Key &programHash) in remove() 207 angle::Result MemoryProgramCache::putProgram(const egl::BlobCache::Key &programHash, in putProgram() 240 angle::Result MemoryProgramCache::updateProgram(const Context *context, const Program *program) in updateProgram() 247 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 | 71 class MemoryProgramCache; variable 351 MemoryProgramCache *memoryProgramCache, 501 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 776 MemoryProgramCache *mMemoryProgramCache;
|
| D | Display.h | 393 gl::MemoryProgramCache mMemoryProgramCache;
|
| D | Program.h | 369 friend class MemoryProgramCache;
|
| D | Program.cpp | 1218 MemoryProgramCache *cache = context->getMemoryProgramCache(); in linkImpl() 1420 MemoryProgramCache *cache = context->getMemoryProgramCache(); in resolveLinkImpl()
|
| D | Display.cpp | 1455 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
|
| D | Context.cpp | 435 MemoryProgramCache *memoryProgramCache, in Context()
|
| /external/angle/src/libANGLE/renderer/ |
| D | ContextImpl.h | 22 class MemoryProgramCache; variable 242 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache); 267 gl::MemoryProgramCache *mMemoryProgramCache;
|
| D | ContextImpl.cpp | 38 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
|
| /external/angle/src/ |
| D | libGLESv2.gni | 249 "src/libANGLE/MemoryProgramCache.h", 378 "src/libANGLE/MemoryProgramCache.cpp",
|
| /external/angle/ |
| D | Android.bp | 6054 "src/libANGLE/MemoryProgramCache.cpp",
|