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

/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertexFixedFunction.java27 * ProgramVertexFixedFunction is a helper class that provides a
32 public class ProgramVertexFixedFunction extends ProgramVertex { class in inherits:ProgramVertex
34 ProgramVertexFixedFunction(int id, RenderScript rs) { method in class:ProgramVertexFixedFunction
75 * Creates ProgramVertexFixedFunction from the current state of
78 * @return ProgramVertexFixedFunction
80 public ProgramVertexFixedFunction create() {
105 ProgramVertexFixedFunction pv = new ProgramVertexFixedFunction(id, mRS);
172 * Creates ProgramVertexFixedFunction from the current state of
177 public ProgramVertexFixedFunction creat
[all...]

Completed in 183 milliseconds