Home | History | Annotate | Download | only in hwui

Lines Matching refs:program

37 #include "Program.h"
479 * Use the specified program with the current GL context. If the program is already
480 * in use, it will not be bound again. If it is not in use, the current program is
481 * marked unused and the specified program becomes used and becomes the new
482 * current program.
484 * @param program The program to use
486 * @return true If the specified program was already in use, false otherwise.
488 inline bool useProgram(Program* program);