Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ProgramFragmentFixedFunction

25  * <p>ProgramFragmentFixedFunction is a helper class that provides
32 public class ProgramFragmentFixedFunction extends ProgramFragment {
33 ProgramFragmentFixedFunction(int id, RenderScript rs) {
47 * Creates ProgramFragmentFixedFunction from the current state
50 * @return ProgramFragmentFixedFunction
52 public ProgramFragmentFixedFunction create() {
77 ProgramFragmentFixedFunction pf = new ProgramFragmentFixedFunction(id, mRS);
293 public ProgramFragmentFixedFunction create() {
317 ProgramFragmentFixedFunction pf = sb.create();