Searched refs:nProgramBindTexture (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | Program.java | 179 mRS.nProgramBindTexture(getID(mRS), slot, id); in bindTexture()
|
D | RenderScript.java | 922 synchronized void nProgramBindTexture(long vpf, int slot, long a) { in nProgramBindTexture() method in RenderScript
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2462 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) in nProgramBindTexture() function 2941 …gramBindTexture", "(JJIJ)V", (void*)nProgramBindTexture },
|