Home | History | Annotate | Download | only in hwui

Lines Matching defs:ProgramCache

21 #include "ProgramCache.h"
387 ProgramCache::ProgramCache(Extensions& extensions)
391 ProgramCache::~ProgramCache() {
399 void ProgramCache::clear() {
404 Program* ProgramCache::get(const ProgramDescription& description) {
428 Program* ProgramCache::generateProgram(const ProgramDescription& description, programid key) {
439 String8 ProgramCache::generateVertexShader(const ProgramDescription& description) {
525 String8 ProgramCache::generateFragmentShader(const ProgramDescription& description) {
746 void ProgramCache::generateBlend(String8& shader, const char* name, SkXfermode::Mode mode) {
755 void ProgramCache::generateTextureWrap(String8& shader, GLenum wrapS, GLenum wrapT) {
793 void ProgramCache::printLongString(const String8& shader) const {