Home
last modified time | relevance | path

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

/frameworks/rs/support/jni/
Dandroid_rscompat_usage_io_driver.cpp39 if (drv->wndSurface) { in rscAllocationSetSurface()
40 ANativeWindow *old = drv->wndSurface; in rscAllocationSetSurface()
42 drv->wndSurface = NULL; in rscAllocationSetSurface()
58 drv->wndSurface = nw; in rscAllocationSetSurface()
85 ANativeWindow *nw = drv->wndSurface; in rscAllocationDestroy()
89 drv->wndSurface = NULL; in rscAllocationDestroy()
98 ANativeWindow *nw = drv->wndSurface; in rscAllocationIoSend()
/frameworks/rs/driver/
DrsdFrameBufferObj.cpp150 if(dc->gl.wndSurface != dc->gl.currentWndSurface) { in setActive()
151 rsdGLSetInternalSurface(rsc, dc->gl.wndSurface); in setActive()
DrsdGL.cpp470 if (dc->gl.wndSurface != nullptr) { in rsdGLSetSurface()
471 ANativeWindow_release(dc->gl.wndSurface); in rsdGLSetSurface()
472 dc->gl.wndSurface = nullptr; in rsdGLSetSurface()
477 dc->gl.wndSurface = (ANativeWindow *)sur; in rsdGLSetSurface()
478 if (dc->gl.wndSurface != nullptr) { in rsdGLSetSurface()
479 ANativeWindow_acquire(dc->gl.wndSurface); in rsdGLSetSurface()
DrsdGL.h66 ANativeWindow *wndSurface; member
DrsdAllocation.cpp575 ANativeWindow *nw = drv->wndSurface; in rsdAllocationDestroy()
583 drv->wndSurface = nullptr; in rsdAllocationDestroy()
739 if (drv->wndSurface) { in rsdAllocationSetSurface()
740 ANativeWindow *old = drv->wndSurface; in rsdAllocationSetSurface()
755 drv->wndSurface = nullptr; in rsdAllocationSetSurface()
778 drv->wndSurface = nw; in rsdAllocationSetSurface()
788 ANativeWindow *nw = drv->wndSurface; in rsdAllocationIoSend()
DrsdAllocation.h71 ANativeWindow *wndSurface; member