Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DMemoryProgramCache.cpp100 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) in MemoryProgramCache() function in gl::MemoryProgramCache
104 MemoryProgramCache::~MemoryProgramCache() {} in ~MemoryProgramCache()
106 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash()
135 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram()
183 bool MemoryProgramCache::get(const Context *context, in get()
191 bool MemoryProgramCache::getAt(size_t index, in getAt()
198 void MemoryProgramCache::remove(const egl::BlobCache::Key &programHash) in remove()
203 angle::Result MemoryProgramCache::putProgram(const egl::BlobCache::Key &programHash, in putProgram()
236 angle::Result MemoryProgramCache::updateProgram(const Context *context, const Program *program) in updateProgram()
243 bool MemoryProgramCache::putBinary(const egl::BlobCache::Key &programHash, in putBinary()
[all …]
DMemoryProgramCache.h25 class MemoryProgramCache final : angle::NonCopyable
28 explicit MemoryProgramCache(egl::BlobCache &blobCache);
29 ~MemoryProgramCache();
DContext.h72 class MemoryProgramCache; variable
349 MemoryProgramCache *memoryProgramCache,
495 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache()
752 MemoryProgramCache *mMemoryProgramCache;
DDisplay.h355 gl::MemoryProgramCache mMemoryProgramCache;
DProgram.h371 friend class MemoryProgramCache;
DDisplay.cpp1288 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
DProgram.cpp1487 MemoryProgramCache *cache = context->getMemoryProgramCache(); in linkImpl()
1695 MemoryProgramCache *cache = context->getMemoryProgramCache(); in resolveLinkImpl()
DContext.cpp320 MemoryProgramCache *memoryProgramCache, in Context()
/external/angle/src/libANGLE/renderer/
DContextImpl.h22 class MemoryProgramCache; variable
227 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
243 gl::MemoryProgramCache *mMemoryProgramCache;
DContextImpl.cpp37 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
/external/angle/src/
DlibGLESv2.gni241 "src/libANGLE/MemoryProgramCache.h",
370 "src/libANGLE/MemoryProgramCache.cpp",
/external/angle/
DAndroid.bp6832 "src/libANGLE/MemoryProgramCache.cpp",