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

/frameworks/base/libs/hwui/
H A DProgramCache.h52 class ProgramCache { class in namespace:android::uirenderer
54 ProgramCache();
55 ~ProgramCache();
71 }; // class ProgramCache
H A DProgramCache.cpp22 #include "ProgramCache.h"
418 ProgramCache::ProgramCache() { function in class:android::uirenderer::ProgramCache
421 ProgramCache::~ProgramCache() {
429 void ProgramCache::clear() {
439 Program* ProgramCache::get(const ProgramDescription& description) {
457 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
468 String8 ProgramCache::generateVertexShader(const ProgramDescription& description) {
559 String8 ProgramCache
[all...]

Completed in 156 milliseconds