Searched refs:MemoryProgramCache (Results 1 – 12 of 12) sorted by relevance
| /external/angle/src/libANGLE/ |
| D | MemoryProgramCache.cpp | 61 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) : mBlobCache(blobCache) {} in MemoryProgramCache() function in gl::MemoryProgramCache 63 MemoryProgramCache::~MemoryProgramCache() {} in ~MemoryProgramCache() 65 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() 111 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram() 163 bool MemoryProgramCache::getAt(size_t index, in getAt() 170 void MemoryProgramCache::remove(const egl::BlobCache::Key &programHash) in remove() 175 angle::Result MemoryProgramCache::putProgram(const egl::BlobCache::Key &programHash, in putProgram() 210 angle::Result MemoryProgramCache::updateProgram(const Context *context, Program *program) in updateProgram() 217 bool MemoryProgramCache::putBinary(const egl::BlobCache::Key &programHash, in putBinary() 235 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 | 74 class MemoryProgramCache; variable 516 MemoryProgramCache *memoryProgramCache, 655 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 969 MemoryProgramCache *mMemoryProgramCache;
|
| D | Program.h | 274 friend class MemoryProgramCache;
|
| D | Display.h | 423 gl::MemoryProgramCache mMemoryProgramCache;
|
| D | Program.cpp | 962 MemoryProgramCache *cache = (context->getFrontendFeatures().disableProgramCaching.enabled) in link() 2354 MemoryProgramCache *cache = context->getMemoryProgramCache(); in cacheProgramBinaryIfNotAlready()
|
| D | Display.cpp | 1619 gl::MemoryProgramCache *programCachePointer = &mMemoryProgramCache; in createContext()
|
| D | Context.cpp | 577 MemoryProgramCache *memoryProgramCache, in Context()
|
| /external/angle/src/libANGLE/renderer/ |
| D | ContextImpl.h | 22 class MemoryProgramCache; variable 251 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache); 297 gl::MemoryProgramCache *mMemoryProgramCache;
|
| D | ContextImpl.cpp | 38 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
|
| /external/angle/src/ |
| D | libGLESv2.gni | 286 "src/libANGLE/MemoryProgramCache.h", 425 "src/libANGLE/MemoryProgramCache.cpp",
|
| /external/angle/ |
| D | Android.bp | 2210 "src/libANGLE/MemoryProgramCache.cpp", 2211 "src/libANGLE/MemoryProgramCache.h", 3271 "src/libANGLE/MemoryProgramCache.cpp",
|