Home
last modified time | relevance | path

Searched refs:wnd (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp908 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) in nContextSetSurface() argument
912 width, height, (Surface *)wnd); in nContextSetSurface()
916 if (wnd == nullptr) { in nContextSetSurface()
919 window = android_view_Surface_getNativeWindow(_env, wnd).get(); in nContextSetSurface()