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 464 if (dc->gl.wndSurface != NULL) {
465 dc->gl.wndSurface->decStrong(NULL);
466 dc->gl.wndSurface = NULL;
471 dc->gl.wndSurface = (ANativeWindow *)sur;
472 if (dc->gl.wndSurface != NULL) {
473 dc->gl.wndSurface->incStrong(NULL);
rsdGL.h 69 ANativeWindow *wndSurface;
rsdAllocation.cpp 516 ANativeWindow *nw = drv->wndSurface;
522 drv->wndSurface = NULL;
674 ANativeWindow *old = drv->wndSurface;
687 if (drv->wndSurface) {
688 ANativeWindow *old = drv->wndSurface;
692 drv->wndSurface = NULL;
742 drv->wndSurface = nw;
760 ANativeWindow *nw = drv->wndSurface;
    [all...]
rsdAllocation.h 57 ANativeWindow *wndSurface;

Completed in 113 milliseconds