Home
last modified time | relevance | path

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

/frameworks/rs/driver/
DrsdFrameBufferObj.cpp128 if(mColorTargets[0] && mColorTargets[0]->wnd) { in setActive()
129 rsdGLSetInternalSurface(rsc, mColorTargets[0]->wnd); in setActive()
DrsdAllocation.h70 ANativeWindow *wnd; member
/frameworks/base/rs/jni/
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()