HomeSort by relevance Sort by last modified time
    Searched refs:wndSurface (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 151 if(dc->gl.wndSurface != dc->gl.currentWndSurface) {
152 rsdGLSetInternalSurface(rsc, dc->gl.wndSurface);
rsdGL.cpp 465 if (dc->gl.wndSurface != NULL) {
466 dc->gl.wndSurface->decStrong(NULL);
467 dc->gl.wndSurface = NULL;
472 dc->gl.wndSurface = (ANativeWindow *)sur;
473 if (dc->gl.wndSurface != NULL) {
474 dc->gl.wndSurface->incStrong(NULL);
rsdGL.h 69 ANativeWindow *wndSurface;
rsdAllocation.h 57 ANativeWindow *wndSurface;
rsdAllocation.cpp 509 ANativeWindow *nw = drv->wndSurface;
657 ANativeWindow *old = drv->wndSurface;
670 if (drv->wndSurface) {
671 ANativeWindow *old = drv->wndSurface;
675 drv->wndSurface = NULL;
725 drv->wndSurface = nw;
743 ANativeWindow *nw = drv->wndSurface;
    [all...]

Completed in 44 milliseconds