Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DMemoryProgramCache.cpp67 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 …]
DMemoryProgramCache.h25 class MemoryProgramCache final : angle::NonCopyable
28 explicit MemoryProgramCache(egl::BlobCache &blobCache);
29 ~MemoryProgramCache();
DContext.h72 class MemoryProgramCache; variable
450 MemoryProgramCache *memoryProgramCache,
590 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache()
914 MemoryProgramCache *mMemoryProgramCache;
DDisplay.h404 gl::MemoryProgramCache mMemoryProgramCache;
DProgram.h365 friend class MemoryProgramCache;
DProgram.cpp1142 MemoryProgramCache *cache = context->getMemoryProgramCache(); in linkImpl()
1347 MemoryProgramCache *cache = context->getMemoryProgramCache(); in resolveLinkImpl()
DDisplay.cpp1604 gl::MemoryProgramCache *programCachePointer = &mMemoryProgramCache; in createContext()
DContext.cpp607 MemoryProgramCache *memoryProgramCache, in Context()
/external/angle/src/libANGLE/renderer/
DContextImpl.h22 class MemoryProgramCache; variable
246 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
292 gl::MemoryProgramCache *mMemoryProgramCache;
DContextImpl.cpp38 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
/external/angle/src/
DlibGLESv2.gni283 "src/libANGLE/MemoryProgramCache.h",
420 "src/libANGLE/MemoryProgramCache.cpp",
/external/angle/
DAndroid.bp2240 "src/libANGLE/MemoryProgramCache.cpp",
2241 "src/libANGLE/MemoryProgramCache.h",
3469 "src/libANGLE/MemoryProgramCache.cpp",