Searched defs:vpv (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsContext.cpp827 void rsi_ContextBindProgramVertex(Context *rsc, RsProgramVertex vpv) { argument
828 ProgramVertex *pv = static_cast<ProgramVertex *>(vpv);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2156 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
2160 (RsProgramVertex)vpv, slot, (RsAllocation)a);
2162 rsProgramBindConstants((RsContext)con, (RsProgram)vpv, slot, (RsAllocation)a);

Completed in 289 milliseconds