Home | History | Annotate | Download | only in hwui

Lines Matching full:programcache

20 #include "ProgramCache.h"
462 ProgramCache::ProgramCache(const Extensions& extensions)
466 ProgramCache::~ProgramCache() {
474 void ProgramCache::clear() {
479 Program* ProgramCache::get(const ProgramDescription& description) {
503 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
514 String8 ProgramCache::generateVertexShader(const ProgramDescription& description) {
602 String8 ProgramCache::generateFragmentShader(const ProgramDescription& description) {
803 void ProgramCache::generateBlend(String8& shader, const char* name, SkBlendMode mode) {
812 void ProgramCache::generateTextureWrap(String8& shader, GLenum wrapS, GLenum wrapT) {
850 void ProgramCache::printLongString(const String8& shader) const {