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 != nullptr) { in rsdGLSetInternalSurface()
437 dc->gl.currentWndSurface->decStrong(nullptr); in rsdGLSetInternalSurface()
440 dc->gl.currentWndSurface = (ANativeWindow *)sur; in rsdGLSetInternalSurface()
441 if (dc->gl.currentWndSurface != nullptr) { in rsdGLSetInternalSurface()
442 dc->gl.currentWndSurface->incStrong(nullptr); in rsdGLSetInternalSurface()
446 dc->gl.currentWndSurface, nullptr); in rsdGLSetInternalSurface()
DrsdGL.h67 ANativeWindow *currentWndSurface; member
DrsdFrameBufferObj.cpp151 if(dc->gl.wndSurface != dc->gl.currentWndSurface) { in setActive()