Home | History | Annotate | Download | only in debug

Lines Matching refs:fProgram

40     , fProgram(NULL)
71 fProgram = NULL;
176 if (fProgram) {
177 GrAlwaysAssert(fProgram->getInUse());
178 fProgram->resetInUse();
180 GrAlwaysAssert(!fProgram->getDeleted());
181 fProgram->unref();
184 fProgram = program;
186 if (fProgram) {
187 GrAlwaysAssert(!fProgram->getDeleted());
188 fProgram->ref();
190 GrAlwaysAssert(!fProgram->getInUse());
191 fProgram->setInUse();