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 ProgramCache();
44 ~ProgramCache();
62 }; // class ProgramCache
H A DProgramCache.cpp23 #include "ProgramCache.h"
407 ProgramCache::ProgramCache(): mHasES3(Extensions::getInstance().getMajorGlVersion() >= 3) { function in class:android::uirenderer::ProgramCache
410 ProgramCache::~ProgramCache() {
418 void ProgramCache::clear() {
428 Program* ProgramCache::get(const ProgramDescription& description) {
452 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
463 String8 ProgramCache::generateVertexShader(const ProgramDescription& description) {
550 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 76 milliseconds