Lines Matching refs:ProgramCache
8 #include "experimental/graphite/src/ProgramCache.h"
13 ProgramCache::ProgramInfo::ProgramInfo(uint32_t uniqueID, Combination c)
18 ProgramCache::ProgramInfo::~ProgramInfo() {}
20 std::string ProgramCache::ProgramInfo::getMSL() const {
67 ProgramCache::ProgramCache() {
72 size_t ProgramCache::Hash::operator()(Combination c) const {
78 sk_sp<ProgramCache::ProgramInfo> ProgramCache::findOrCreateProgram(Combination c) {
92 sk_sp<ProgramCache::ProgramInfo> ProgramCache::lookup(uint32_t uniqueID) {