Home | History | Annotate | Download | only in renderscript

Lines Matching defs:ProgramFragmentFixedFunction

23  * <p>ProgramFragmentFixedFunction is a helper class that provides
30 public class ProgramFragmentFixedFunction extends ProgramFragment {
31 ProgramFragmentFixedFunction(long id, RenderScript rs) {
45 * Creates ProgramFragmentFixedFunction from the current state
48 * @return ProgramFragmentFixedFunction
50 public ProgramFragmentFixedFunction create() {
75 ProgramFragmentFixedFunction pf = new ProgramFragmentFixedFunction(id, mRS);
291 public ProgramFragmentFixedFunction create() {
315 ProgramFragmentFixedFunction pf = sb.create();