Searched refs:wndSurface (Results 1 – 6 of 6) sorted by relevance
39 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()
150 if(dc->gl.wndSurface != dc->gl.currentWndSurface) { in setActive()151 rsdGLSetInternalSurface(rsc, dc->gl.wndSurface); in setActive()
470 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()
66 ANativeWindow *wndSurface; member
575 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()
71 ANativeWindow *wndSurface; member