Searched refs:currentWndSurface (Results 1 – 3 of 3) sorted by relevance
442 if (dc->gl.currentWndSurface != nullptr) { in rsdGLSetInternalSurface()443 dc->gl.currentWndSurface->decStrong(nullptr); in rsdGLSetInternalSurface()446 dc->gl.currentWndSurface = (ANativeWindow *)sur; in rsdGLSetInternalSurface()447 if (dc->gl.currentWndSurface != nullptr) { in rsdGLSetInternalSurface()448 dc->gl.currentWndSurface->incStrong(nullptr); in rsdGLSetInternalSurface()452 dc->gl.currentWndSurface, nullptr); in rsdGLSetInternalSurface()
67 ANativeWindow *currentWndSurface; member
150 if(dc->gl.wndSurface != dc->gl.currentWndSurface) { in setActive()