Home
last modified time | relevance | path

Searched refs:vpv (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsContext.cpp788 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/
Dandroid_renderscript_RenderScript.cpp2451 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()