Lines Matching full:programcache
22 #include "ProgramCache.h"
78 ANDROID_SINGLETON_STATIC_INSTANCE(ProgramCache)
81 ProgramCache::ProgramCache() {
84 ProgramCache::~ProgramCache() {
87 ProgramCache::Key ProgramCache::computeKey(const Description& description) {
105 String8 ProgramCache::generateVertexShader(const Key& needs) {
123 String8 ProgramCache::generateFragmentShader(const Key& needs) {
184 Program* ProgramCache::generateProgram(const Key& needs) {
195 void ProgramCache::useProgram(const Description& description) {