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

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java637 synchronized void nProgramBindTexture(int vpf, int slot, int a) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1175 nProgramBindTexture(JNIEnv *_env, jobject _this, RsContext con, jint vpf, jint slot, jint a) function
1177 LOG_API("nProgramBindTexture, con(%p), vpf(%p), slot(%i), a(%p)", con, (RsProgramFragment)vpf, slot, (RsAllocation)a);
1502 {"rsnProgramBindTexture", "(IIII)V", (void*)nProgramBindTexture },

Completed in 85 milliseconds