/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | MemoryProgramCache.cpp | 87 MemoryProgramCache::MemoryProgramCache(egl::BlobCache &blobCache) in MemoryProgramCache() function in gl::MemoryProgramCache 91 MemoryProgramCache::~MemoryProgramCache() {} in ~MemoryProgramCache() 93 void MemoryProgramCache::ComputeHash(const Context *context, in ComputeHash() 122 angle::Result MemoryProgramCache::getProgram(const Context *context, in getProgram() 162 bool MemoryProgramCache::get(const Context *context, in get() 169 bool MemoryProgramCache::getAt(size_t index, in getAt() 176 void MemoryProgramCache::remove(const egl::BlobCache::Key &programHash) in remove() 181 void MemoryProgramCache::putProgram(const egl::BlobCache::Key &programHash, in putProgram() 206 void MemoryProgramCache::updateProgram(const Context *context, const Program *program) in updateProgram() 213 void 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 | 83 class MemoryProgramCache; variable 332 MemoryProgramCache *memoryProgramCache, 476 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 684 MemoryProgramCache *mMemoryProgramCache;
|
D | Display.h | 257 gl::MemoryProgramCache mMemoryProgramCache;
|
D | Program.h | 405 friend class MemoryProgramCache;
|
D | Display.cpp | 912 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
|
D | Program.cpp | 1342 MemoryProgramCache *cache = context->getMemoryProgramCache(); in link()
|
D | Context.cpp | 310 MemoryProgramCache *memoryProgramCache, in Context()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | MemoryProgramCache.cpp | 101 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 …]
|
D | MemoryProgramCache.h | 25 class MemoryProgramCache final : angle::NonCopyable 28 explicit MemoryProgramCache(egl::BlobCache &blobCache); 29 ~MemoryProgramCache();
|
D | Context.h | 71 class MemoryProgramCache; variable 350 MemoryProgramCache *memoryProgramCache, 495 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() 755 MemoryProgramCache *mMemoryProgramCache;
|
D | Display.h | 371 gl::MemoryProgramCache mMemoryProgramCache;
|
D | Program.h | 367 friend class MemoryProgramCache;
|
D | Display.cpp | 1352 gl::MemoryProgramCache *cachePointer = &mMemoryProgramCache; in createContext()
|
D | Program.cpp | 1527 MemoryProgramCache *cache = context->getMemoryProgramCache(); in linkImpl() 1732 MemoryProgramCache *cache = context->getMemoryProgramCache(); in resolveLinkImpl()
|
D | Context.cpp | 357 MemoryProgramCache *memoryProgramCache, in Context()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ContextImpl.h | 22 class MemoryProgramCache; variable 206 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache); 216 gl::MemoryProgramCache *mMemoryProgramCache;
|
D | ContextImpl.cpp | 122 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ContextImpl.h | 22 class MemoryProgramCache; variable 239 void setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache); 261 gl::MemoryProgramCache *mMemoryProgramCache;
|
D | ContextImpl.cpp | 37 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache()
|
/third_party/skia/third_party/externals/angle2/src/ |
D | libGLESv2.gni | 250 "src/libANGLE/MemoryProgramCache.h", 380 "src/libANGLE/MemoryProgramCache.cpp",
|
/third_party/flutter/skia/third_party/externals/angle2/src/ |
D | libGLESv2.gni | 242 "src/libANGLE/MemoryProgramCache.cpp", 243 "src/libANGLE/MemoryProgramCache.h",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_third_party | 221 FILE: ../../../third_party/angle/src/libANGLE/MemoryProgramCache.cpp 3611 ORIGIN: ../../../third_party/angle/src/libANGLE/MemoryProgramCache.h + ../../../third_party/angle/L… 3613 FILE: ../../../third_party/angle/src/libANGLE/MemoryProgramCache.h
|