Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DMemoryProgramCache.cpp96 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) in MemoryProgramCache() function in gl::MemoryProgramCache
100 MemoryProgramCache::~MemoryProgramCache() {} in ~MemoryProgramCache()
102 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash()
131 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram()
171 bool MemoryProgramCache::get(const Context *context, in get()
178 bool MemoryProgramCache::getAt(size_t index, in getAt()
185 void MemoryProgramCache::remove(const egl::BlobCache::Key &programHash) in remove()
190 angle::Result MemoryProgramCache::putProgram(const egl::BlobCache::Key &programHash, in putProgram()
216 angle::Result MemoryProgramCache::updateProgram(const Context *context, const Program *program) in updateProgram()
223 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.h84 class MemoryProgramCache; variable
347 MemoryProgramCache *memoryProgramCache,
500 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache()
727 MemoryProgramCache *mMemoryProgramCache;
DDisplay.h294 gl::MemoryProgramCache mMemoryProgramCache;
DProgram.h334 friend class MemoryProgramCache;
DDisplay.cpp1131 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
DProgram.cpp1444 MemoryProgramCache *cache = context->getMemoryProgramCache(); in linkImpl()
1666 MemoryProgramCache *cache = context->getMemoryProgramCache(); in resolveLinkImpl()
DContext.cpp267 MemoryProgramCache *memoryProgramCache, in Context()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DContextImpl.h22 class MemoryProgramCache; variable
184 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
196 gl::MemoryProgramCache *mMemoryProgramCache;
DContextImpl.cpp32 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
/device/generic/vulkan-cereal/third-party/angle/src/
DlibGLESv2.gni239 "src/libANGLE/MemoryProgramCache.h",
383 "src/libANGLE/MemoryProgramCache.cpp",