Searched refs:wndSurface (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/support/jni/
H A Dandroid_rscompat_usage_io_driver.cpp39 if (drv->wndSurface) {
40 ANativeWindow *old = drv->wndSurface;
42 drv->wndSurface = NULL;
58 drv->wndSurface = nw;
85 ANativeWindow *nw = drv->wndSurface;
89 drv->wndSurface = NULL;
98 ANativeWindow *nw = drv->wndSurface;
/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp150 if(dc->gl.wndSurface != dc->gl.currentWndSurface) {
151 rsdGLSetInternalSurface(rsc, dc->gl.wndSurface);
H A DrsdGL.cpp470 if (dc->gl.wndSurface != nullptr) {
471 dc->gl.wndSurface->decStrong(nullptr);
472 dc->gl.wndSurface = nullptr;
477 dc->gl.wndSurface = (ANativeWindow *)sur;
478 if (dc->gl.wndSurface != nullptr) {
479 dc->gl.wndSurface->incStrong(nullptr);
H A DrsdGL.h66 ANativeWindow *wndSurface; member in struct:RsdGLRec
H A DrsdAllocation.h71 ANativeWindow *wndSurface; member in struct:DrvAllocation
H A DrsdAllocation.cpp574 ANativeWindow *nw = drv->wndSurface;
582 drv->wndSurface = nullptr;
738 if (drv->wndSurface) {
739 ANativeWindow *old = drv->wndSurface;
754 drv->wndSurface = nullptr;
768 drv->wndSurface = nw;
778 ANativeWindow *nw = drv->wndSurface;

Completed in 112 milliseconds