Searched refs:MemoryProgramCache (Results 1 – 11 of 11) sorted by relevance
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | MemoryProgramCache.cpp | 96 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 …]
|
| D | MemoryProgramCache.h | 25 class MemoryProgramCache final : angle::NonCopyable 28 explicit MemoryProgramCache(egl::BlobCache &blobCache); 29 ~MemoryProgramCache();
|
| D | Context.h | 84 class MemoryProgramCache; variable 347 MemoryProgramCache *memoryProgramCache, 500 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 727 MemoryProgramCache *mMemoryProgramCache;
|
| D | Display.h | 294 gl::MemoryProgramCache mMemoryProgramCache;
|
| D | Program.h | 334 friend class MemoryProgramCache;
|
| D | Display.cpp | 1131 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
|
| D | Program.cpp | 1444 MemoryProgramCache *cache = context->getMemoryProgramCache(); in linkImpl() 1666 MemoryProgramCache *cache = context->getMemoryProgramCache(); in resolveLinkImpl()
|
| D | Context.cpp | 267 MemoryProgramCache *memoryProgramCache, in Context()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
| D | ContextImpl.h | 22 class MemoryProgramCache; variable 184 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache); 196 gl::MemoryProgramCache *mMemoryProgramCache;
|
| D | ContextImpl.cpp | 32 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
|
| /device/generic/vulkan-cereal/third-party/angle/src/ |
| D | libGLESv2.gni | 239 "src/libANGLE/MemoryProgramCache.h", 383 "src/libANGLE/MemoryProgramCache.cpp",
|