Searched refs:ProgramVertex (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/libs/rs/
H A DrsProgramVertex.h28 class ProgramVertex : public Program class in namespace:android::renderscript
33 ProgramVertex(Context *,const char * shaderText, uint32_t shaderLength,
35 ProgramVertex(Context *, bool texMat);
36 virtual ~ProgramVertex();
78 ObjectBaseRef<ProgramVertex> mDefault;
79 ObjectBaseRef<ProgramVertex> mLast;
H A DrsProgramVertex.cpp29 ProgramVertex::ProgramVertex(Context *rsc, bool texMat) : function in class:ProgramVertex
39 ProgramVertex::ProgramVertex(Context *rsc, const char * shaderText, function in class:ProgramVertex
52 ProgramVertex::~ProgramVertex()
65 void ProgramVertex::setupGL(const Context *rsc, ProgramVertexState *state)
111 void ProgramVertex::loadShader(Context *rsc) {
115 void ProgramVertex::createShader()
200 void ProgramVertex
[all...]
H A DrsScript.h27 class ProgramVertex;
52 ObjectBaseRef<ProgramVertex> mVertex;
H A DrsContext.h85 void setVertex(ProgramVertex *);
94 const ProgramVertex * getVertex() {return mVertex.get();}
119 ProgramVertex * getDefaultProgramVertex() const {
226 ObjectBaseRef<ProgramVertex> mVertex;
H A DrsShaderCache.h36 bool lookup(Context *rsc, ProgramVertex *, ProgramFragment *);
H A DrsShaderCache.cpp44 bool ShaderCache::lookup(Context *rsc, ProgramVertex *vtx, ProgramFragment *frag)
H A DrsScriptC.cpp211 ProgramVertex * pv = (ProgramVertex *)rsc->lookupName(str[ct+1]);
H A DrsContext.cpp145 ObjectBaseRef<ProgramVertex> vtx(mVertex);
629 void Context::setVertex(ProgramVertex *pv)
877 ProgramVertex *pv = static_cast<ProgramVertex *>(vpv);
H A DrsScriptC_Lib.cpp772 ObjectBaseRef<const ProgramVertex> tmp(rsc->getVertex());
784 rsc->setVertex((ProgramVertex *)tmp.get());
/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertex.java28 public class ProgramVertex extends Program { class in inherits:Program
32 ProgramVertex(int id, RenderScript rs) { method in class:ProgramVertex
54 public ProgramVertex create() {
56 return new ProgramVertex(id, mRS);
65 public ProgramVertex create() {
86 ProgramVertex pv = new ProgramVertex(id, mRS);
H A DRenderScriptGL.java92 public void contextBindProgramVertex(ProgramVertex p) {
/frameworks/base/libs/rs/java/Film/src/com/android/film/
H A DFilmRS.java76 private ProgramVertex mPVBackground;
77 private ProgramVertex mPVImages;
78 private ProgramVertex.MatrixAllocation mPVA;
140 ProgramVertex.Builder pvb = new ProgramVertex.Builder(mRS, null, null);
145 pvb = new ProgramVertex.Builder(mRS, null, null);
230 mPVA = new ProgramVertex.MatrixAllocation(mRS);

Completed in 159 milliseconds