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

/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertexFixedFunction.java26 * ProgramVertexFixedFunction is a helper class that provides a
31 public class ProgramVertexFixedFunction extends ProgramVertex { class in inherits:ProgramVertex
33 ProgramVertexFixedFunction(int id, RenderScript rs) { method in class:ProgramVertexFixedFunction
74 * Creates ProgramVertexFixedFunction from the current state of
77 * @return ProgramVertexFixedFunction
79 public ProgramVertexFixedFunction create() {
104 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS);
171 * Creates ProgramVertexFixedFunction from the current state of
176 public ProgramVertexFixedFunction creat
[all...]

Completed in 66 milliseconds