Searched refs:nContextBindProgramStore (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java298 nContextBindProgramStore((int)safeID(p));
H A DRenderScript.java293 synchronized void nContextBindProgramStore(long pfs) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2573 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) function
2576 ALOGD("nContextBindProgramStore, con(%p), pfs(%p)", (RsContext)con, (RsProgramStore)pfs);
2942 {"rsnContextBindProgramStore", "(JJ)V", (void*)nContextBindProgramStore },

Completed in 45 milliseconds