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 dc->gl.wndSurface->decStrong(nullptr); 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 dc->gl.wndSurface->incStrong(nullptr); in rsdGLSetSurface()
66 ANativeWindow *wndSurface; member
574 ANativeWindow *nw = drv->wndSurface; in rsdAllocationDestroy()582 drv->wndSurface = nullptr; in rsdAllocationDestroy()738 if (drv->wndSurface) { in rsdAllocationSetSurface()739 ANativeWindow *old = drv->wndSurface; in rsdAllocationSetSurface()754 drv->wndSurface = nullptr; in rsdAllocationSetSurface()777 drv->wndSurface = nw; in rsdAllocationSetSurface()787 ANativeWindow *nw = drv->wndSurface; in rsdAllocationIoSend()
71 ANativeWindow *wndSurface; member