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