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()
151 if(dc->gl.wndSurface != dc->gl.currentWndSurface) { in setActive()152 rsdGLSetInternalSurface(rsc, dc->gl.wndSurface); in setActive()
464 if (dc->gl.wndSurface != nullptr) { in rsdGLSetSurface()465 dc->gl.wndSurface->decStrong(nullptr); in rsdGLSetSurface()466 dc->gl.wndSurface = nullptr; in rsdGLSetSurface()471 dc->gl.wndSurface = (ANativeWindow *)sur; in rsdGLSetSurface()472 if (dc->gl.wndSurface != nullptr) { in rsdGLSetSurface()473 dc->gl.wndSurface->incStrong(nullptr); in rsdGLSetSurface()
66 ANativeWindow *wndSurface; member
556 ANativeWindow *nw = drv->wndSurface; in rsdAllocationDestroy()562 drv->wndSurface = nullptr; in rsdAllocationDestroy()715 ANativeWindow *old = drv->wndSurface; in rsdAllocationSetSurface()728 if (drv->wndSurface) { in rsdAllocationSetSurface()729 ANativeWindow *old = drv->wndSurface; in rsdAllocationSetSurface()733 drv->wndSurface = nullptr; in rsdAllocationSetSurface()787 drv->wndSurface = nw; in rsdAllocationSetSurface()805 ANativeWindow *nw = drv->wndSurface; in rsdAllocationIoSend()
73 ANativeWindow *wndSurface; member