Home
last modified time | relevance | path

Searched refs:MemoryProgramCache (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/libANGLE/
DMemoryProgramCache.cpp61 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 …]
DMemoryProgramCache.h25 class MemoryProgramCache final : angle::NonCopyable
28 explicit MemoryProgramCache(egl::BlobCache &blobCache);
29 ~MemoryProgramCache();
DContext.h74 class MemoryProgramCache; variable
516 MemoryProgramCache *memoryProgramCache,
655 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache()
969 MemoryProgramCache *mMemoryProgramCache;
DProgram.h274 friend class MemoryProgramCache;
DDisplay.h423 gl::MemoryProgramCache mMemoryProgramCache;
DProgram.cpp962 MemoryProgramCache *cache = (context->getFrontendFeatures().disableProgramCaching.enabled) in link()
2354 MemoryProgramCache *cache = context->getMemoryProgramCache(); in cacheProgramBinaryIfNotAlready()
DDisplay.cpp1619 gl::MemoryProgramCache *programCachePointer = &mMemoryProgramCache; in createContext()
DContext.cpp577 MemoryProgramCache *memoryProgramCache, in Context()
/external/angle/src/libANGLE/renderer/
DContextImpl.h22 class MemoryProgramCache; variable
251 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
297 gl::MemoryProgramCache *mMemoryProgramCache;
DContextImpl.cpp38 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
/external/angle/src/
DlibGLESv2.gni286 "src/libANGLE/MemoryProgramCache.h",
425 "src/libANGLE/MemoryProgramCache.cpp",
/external/angle/
DAndroid.bp2210 "src/libANGLE/MemoryProgramCache.cpp",
2211 "src/libANGLE/MemoryProgramCache.h",
3271 "src/libANGLE/MemoryProgramCache.cpp",