Home | History | Annotate | Download | only in jni

Lines Matching refs:vpv

1327 nProgramBindConstants(JNIEnv *_env, jobject _this, RsContext con, jint vpv, jint slot, jint a)
1329 LOG_API("nProgramBindConstants, con(%p), vpf(%p), sloat(%i), a(%p)", con, (RsProgramVertex)vpv, slot, (RsAllocation)a);
1330 rsProgramBindConstants(con, (RsProgram)vpv, slot, (RsAllocation)a);