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

/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java213 nContextSetSurface(w, h, s);
234 nContextSetSurface(w, h, s);
H A DRenderScript.java233 synchronized void nContextSetSurface(int w, int h, Surface sur) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp283 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) function
285 LOG_API("nContextSetSurface, con(%p), width(%i), height(%i), surface(%p)", (RsContext)con, width, height, (Surface *)wnd);
1701 {"rsnContextSetSurface", "(JIILandroid/view/Surface;)V", (void*)nContextSetSurface },

Completed in 52 milliseconds