Searched refs:RsProgramVertex (Results 1 – 5 of 5) sorted by relevance
/frameworks/rs/ |
D | rsg.spec | 54 ret RsProgramVertex 97 param RsProgramVertex pgm
|
D | rsDefines.h | 53 typedef void * RsProgramVertex; typedef
|
D | rsProgramVertex.cpp | 244 RsProgramVertex rsi_ProgramVertexCreate(Context *rsc, const char * shaderText, size_t shaderLength, in rsi_ProgramVertexCreate()
|
D | rsContext.cpp | 852 void rsi_ContextBindProgramVertex(Context *rsc, RsProgramVertex vpv) { in rsi_ContextBindProgramVertex()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1425 …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()
|