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

/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertexFixedFunction.java25 * ProgramVertexFixedFunction is a helper class that provides a
30 public class ProgramVertexFixedFunction extends ProgramVertex { class in inherits:ProgramVertex
32 ProgramVertexFixedFunction(int id, RenderScript rs) { method in class:ProgramVertexFixedFunction
65 * Creates ProgramVertexFixedFunction from the current state of
68 * @return ProgramVertexFixedFunction
70 public ProgramVertexFixedFunction create() {
93 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS);
154 * Creates ProgramVertexFixedFunction from the current state of
159 public ProgramVertexFixedFunction creat
[all...]

Completed in 73 milliseconds