Home | History | Annotate | Download | only in jni

Lines Matching refs:nContextSetSurface

224 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd)
226 LOG_API("nContextSetSurface, con(%p), width(%i), height(%i), surface(%p)", con, width, height, (Surface *)wnd);
1574 {"rsnContextSetSurface", "(IIILandroid/view/Surface;)V", (void*)nContextSetSurface },