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

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

Completed in 1715 milliseconds