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

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScriptGL.java219 nContextSetSurface(w, h, s);
H A DRenderScript.java135 synchronized void nContextSetSurface(int w, int h, Surface sur) { method in class:RenderScript
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp225 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd) function
227 LOG_API("nContextSetSurface, con(%p), width(%i), height(%i), surface(%p)", con, width, height, (Surface *)wnd);
1415 {"rsnContextSetSurface", "(IIILandroid/view/Surface;)V", (void*)nContextSetSurface },

Completed in 1548 milliseconds