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

/frameworks/base/libs/rs/
H A DrsProgramVertex.h28 class ProgramVertex : public Program class in namespace:android::renderscript
33 ProgramVertex(Context *, Element *in, Element *out);
34 virtual ~ProgramVertex();
68 ObjectBaseRef<ProgramVertex> mDefault;
69 ObjectBaseRef<ProgramVertex> mLast;
74 ProgramVertex *mPV;
H A DrsProgramVertex.cpp27 ProgramVertex::ProgramVertex(Context *rsc, Element *in, Element *out) : function in class:ProgramVertex
36 ProgramVertex::~ProgramVertex()
49 void ProgramVertex::setupGL(const Context *rsc, ProgramVertexState *state)
95 void ProgramVertex::addLight(const Light *l)
103 void ProgramVertex::setProjectionMatrix(const rsc_Matrix *m) const
110 void ProgramVertex::setModelviewMatrix(const rsc_Matrix *m) const
117 void ProgramVertex::setTextureMatrix(const rsc_Matrix *m) const
124 void ProgramVertex
[all...]
/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertex.java28 public class ProgramVertex extends BaseObj { class in inherits:BaseObj
31 ProgramVertex(int id, RenderScript rs) { method in class:ProgramVertex
73 static synchronized ProgramVertex internalCreate(RenderScript rs, Builder b) {
88 return new ProgramVertex(id, rs);
91 public ProgramVertex create() {

Completed in 41 milliseconds