Searched defs:ProgramCache (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DProgramCache.h41 class ProgramCache { class in namespace:android::uirenderer
43 explicit ProgramCache(Extensions& extensions);
44 ~ProgramCache();
63 }; // class ProgramCache
H A DProgramCache.cpp20 #include "ProgramCache.h"
503 ProgramCache::ProgramCache(Extensions& extensions) function in class:android::uirenderer::ProgramCache
508 ProgramCache::~ProgramCache() {
516 void ProgramCache::clear() {
521 Program* ProgramCache::get(const ProgramDescription& description) {
545 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
556 String8 ProgramCache::generateVertexShader(const ProgramDescription& description) {
643 String8 ProgramCache
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp22 #include "ProgramCache.h"
78 ANDROID_SINGLETON_STATIC_INSTANCE(ProgramCache)
80 ProgramCache::ProgramCache() { function in class:android::ProgramCache
86 ProgramCache::~ProgramCache() {
89 void ProgramCache::primeCache() {
118 ProgramCache::Key ProgramCache::computeKey(const Description& description) {
136 String8 ProgramCache
[all...]
H A DProgramCache.h40 class ProgramCache : public Singleton<ProgramCache> { class in namespace:android
47 friend class ProgramCache;
107 ProgramCache();
108 ~ProgramCache();
132 ANDROID_BASIC_TYPES_TRAITS(ProgramCache::Key)

Completed in 148 milliseconds