Home
last modified time | relevance | path

Searched refs:currentWndSurface (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/driver/
DrsdGL.cpp436 if (dc->gl.currentWndSurface != NULL) { in rsdGLSetInternalSurface()
437 dc->gl.currentWndSurface->decStrong(NULL); in rsdGLSetInternalSurface()
440 dc->gl.currentWndSurface = (ANativeWindow *)sur; in rsdGLSetInternalSurface()
441 if (dc->gl.currentWndSurface != NULL) { in rsdGLSetInternalSurface()
442 dc->gl.currentWndSurface->incStrong(NULL); in rsdGLSetInternalSurface()
446 dc->gl.currentWndSurface, NULL); in rsdGLSetInternalSurface()
DrsdGL.h70 ANativeWindow *currentWndSurface; member
DrsdFrameBufferObj.cpp151 if(dc->gl.wndSurface != dc->gl.currentWndSurface) { in setActive()