Home | History | Annotate | Download | only in RenderEngine

Lines Matching defs:Program

21 #include "Program.h"
28 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment)
76 Program::~Program() {
79 bool Program::isValid() const {
83 void Program::use() {
87 GLuint Program::getAttrib(const char* name) const {
92 GLint Program::getUniform(const char* name) const {
97 GLuint Program::buildShader(const char* source, GLenum type) {
115 String8& Program::dumpShader(String8& result, GLenum /*type*/) {
126 void Program::setUniforms(const Description& desc) {
129 // didn't change for this program.