Home | History | Annotate | Download | only in jni

Lines Matching refs:wnd

192 nContextSetSurface(JNIEnv *_env, jobject _this, RsContext con, jint width, jint height, jobject wnd)
194 LOG_API("nContextSetSurface, con(%p), width(%i), height(%i), surface(%p)", con, width, height, (Surface *)wnd);
197 if (wnd == NULL) {
200 window = android_Surface_getNativeWindow(_env, wnd).get();