Home
last modified time | relevance | path

Searched refs:RsProgramVertex (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/
Drsg.spec54 ret RsProgramVertex
97 param RsProgramVertex pgm
DrsDefines.h53 typedef void * RsProgramVertex; typedef
DrsProgramVertex.cpp244 RsProgramVertex rsi_ProgramVertexCreate(Context *rsc, const char * shaderText, size_t shaderLength, in rsi_ProgramVertexCreate()
DrsContext.cpp852 void rsi_ContextBindProgramVertex(Context *rsc, RsProgramVertex vpv) { in rsi_ContextBindProgramVertex()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1425 …BindConstants, con(%p), vpf(%p), sloat(%i), a(%p)", (RsContext)con, (RsProgramVertex)vpv, slot, (R… in nProgramBindConstants()
1541 LOG_API("nContextBindProgramVertex, con(%p), pf(%p)", (RsContext)con, (RsProgramVertex)pf); in nContextBindProgramVertex()
1542 rsContextBindProgramVertex((RsContext)con, (RsProgramVertex)pf); in nContextBindProgramVertex()