Searched refs:RsProgramVertex (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/rs/ |
D | rs.spec | 85 param RsProgramVertex pgm 367 ret RsProgramVertex
|
D | RenderScriptDefines.h | 48 typedef void * RsProgramVertex; typedef
|
D | rsProgramVertex.cpp | 229 RsProgramVertex rsi_ProgramVertexCreate(Context *rsc, const char * shaderText, in rsi_ProgramVertexCreate()
|
D | rsContext.cpp | 628 void rsi_ContextBindProgramVertex(Context *rsc, RsProgramVertex vpv) { in rsi_ContextBindProgramVertex()
|
/frameworks/base/graphics/jni/ |
D | android_renderscript_RenderScript.cpp | 1002 …LOG_API("nProgramBindConstants, con(%p), vpf(%p), sloat(%i), a(%p)", con, (RsProgramVertex)vpv, sl… in nProgramBindConstants() 1089 LOG_API("nContextBindProgramVertex, con(%p), pf(%p)", con, (RsProgramVertex)pf); in nContextBindProgramVertex() 1090 rsContextBindProgramVertex(con, (RsProgramVertex)pf); in nContextBindProgramVertex()
|