Searched defs:ProgramVertexFixedFunction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DProgramVertexFixedFunction.java23 * ProgramVertexFixedFunction is a helper class that provides a
28 public class ProgramVertexFixedFunction extends ProgramVertex { class in inherits:ProgramVertex
30 ProgramVertexFixedFunction(long id, RenderScript rs) { method in class:ProgramVertexFixedFunction
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 creat
[all...]

Completed in 53 milliseconds