Home | History | Annotate | Download | only in jni

Lines Matching refs:nProgramBindTexture

1334 nProgramBindTexture(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a)
1336 LOG_API("nProgramBindTexture, con(%p), vpf(%p), slot(%i), a(%p)", con, (RsProgramFragment)vpf, slot, (RsAllocation)a);
1672 {"rsnProgramBindTexture", "(IIII)V", (void*)nProgramBindTexture },