Home | History | Annotate | Download | only in renderscript

Lines Matching refs:ProgramVertexFixedFunction

23  * ProgramVertexFixedFunction is a helper class that provides a
28 public class ProgramVertexFixedFunction extends ProgramVertex {
30 ProgramVertexFixedFunction(long id, RenderScript rs) {
71 * Creates ProgramVertexFixedFunction from the current state of
74 * @return ProgramVertexFixedFunction
76 public ProgramVertexFixedFunction create() {
101 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS);
168 * Creates ProgramVertexFixedFunction from the current state of
173 public ProgramVertexFixedFunction create() {
194 * matrices for ProgramVertexFixedFunction
219 Type constInputType = ProgramVertexFixedFunction.Builder.getConstantInputType(rs);
280 * ProgramVertexFixedFunction builder for the shader to utilize