Searched refs:ProgramCache (Results 1 - 11 of 11) 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...]
H A DAndroid.mk46 ProgramCache.cpp \
H A DCaches.h46 #include "ProgramCache.h"
337 ProgramCache programCache;
/frameworks/native/services/surfaceflinger/RenderEngine/
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)
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 DDescription.h32 * Program and ProgramCache are friends and access the state directly
36 friend class ProgramCache;
H A DProgram.h25 #include "ProgramCache.h"
39 Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment);
H A DProgram.cpp22 #include "ProgramCache.h"
28 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment)
H A DGLES20RenderEngine.cpp33 #include "ProgramCache.h"
222 ProgramCache::getInstance().useProgram(mState);
/frameworks/native/services/surfaceflinger/
H A DAndroid.mk31 RenderEngine/ProgramCache.cpp \

Completed in 115 milliseconds