Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DMemoryProgramCache.cpp101 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) in MemoryProgramCache() function in gl::MemoryProgramCache
105 MemoryProgramCache::~MemoryProgramCache() {} in ~MemoryProgramCache()
107 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash()
139 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram()
187 bool MemoryProgramCache::get(const Context *context, in get()
195 bool MemoryProgramCache::getAt(size_t index, in getAt()
202 void MemoryProgramCache::remove(const egl::BlobCache::Key &programHash) in remove()
207 angle::Result MemoryProgramCache::putProgram(const egl::BlobCache::Key &programHash, in putProgram()
240 angle::Result MemoryProgramCache::updateProgram(const Context *context, const Program *program) in updateProgram()
247 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.h71 class MemoryProgramCache; variable
350 MemoryProgramCache *memoryProgramCache,
495 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache()
755 MemoryProgramCache *mMemoryProgramCache;
DDisplay.h371 gl::MemoryProgramCache mMemoryProgramCache;
DProgram.h367 friend class MemoryProgramCache;
DDisplay.cpp1352 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
DProgram.cpp1527 MemoryProgramCache *cache = context->getMemoryProgramCache(); in linkImpl()
1732 MemoryProgramCache *cache = context->getMemoryProgramCache(); in resolveLinkImpl()
DContext.cpp357 MemoryProgramCache *memoryProgramCache, in Context()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.h22 class MemoryProgramCache; variable
239 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache);
261 gl::MemoryProgramCache *mMemoryProgramCache;
DContextImpl.cpp37 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
/third_party/skia/third_party/externals/angle2/src/
DlibGLESv2.gni250 "src/libANGLE/MemoryProgramCache.h",
380 "src/libANGLE/MemoryProgramCache.cpp",