Searched refs:vpv (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsContext.cpp | 788 void rsi_ContextBindProgramVertex(Context *rsc, RsProgramVertex vpv) { in rsi_ContextBindProgramVertex() argument 789 ProgramVertex *pv = static_cast<ProgramVertex *>(vpv); in rsi_ContextBindProgramVertex()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2451 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) in nProgramBindConstants() argument 2455 (RsProgramVertex)vpv, slot, (RsAllocation)a); in nProgramBindConstants() 2457 rsProgramBindConstants((RsContext)con, (RsProgram)vpv, slot, (RsAllocation)a); in nProgramBindConstants()
|