Home
last modified time | relevance | path

Searched defs:pfs (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java301 native void rsnContextBindProgramStore(long con, long pfs); in rsnContextBindProgramStore()
302 synchronized void nContextBindProgramStore(long pfs) { in nContextBindProgramStore()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2579 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) in nContextBindProgramStore()