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