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.java275 synchronized void nContextBindProgramStore(long pfs) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1525 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) function
1527 LOG_API("nContextBindProgramStore, con(%p), pfs(%p)", (RsContext)con, (RsProgramStore)pfs);
1799 {"rsnContextBindProgramStore", "(JJ)V", (void*)nContextBindProgramStore },

Completed in 143 milliseconds