Lines Matching full:program
23 Program::Program(Context *rsc, const char * shaderText, size_t shaderLength,
83 Program::~Program() {
103 bool Program::freeChildren() {
115 void Program::initMemberVars() {
139 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) {
168 void Program::bindTexture(Context *rsc, uint32_t slot, Allocation *a) {
187 void Program::bindSampler(Context *rsc, uint32_t slot, Sampler *s) {
203 Program *p = static_cast<Program *>(vp);
208 Program *p = static_cast<Program *>(vpf);
213 Program *p = static_cast<Program *>(vpf);