Searched refs:wndSurface (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/driver/
H A DrsdFrameBufferObj.cpp151 if(dc->gl.wndSurface != dc->gl.currentWndSurface) {
152 rsdGLSetInternalSurface(rsc, dc->gl.wndSurface);
H A DrsdGL.cpp471 if (dc->gl.wndSurface != NULL) {
472 dc->gl.wndSurface->decStrong(NULL);
473 dc->gl.wndSurface = NULL;
478 dc->gl.wndSurface = (ANativeWindow *)sur;
479 if (dc->gl.wndSurface != NULL) {
480 dc->gl.wndSurface->incStrong(NULL);
H A DrsdGL.h69 ANativeWindow *wndSurface; member in struct:RsdGLRec
H A DrsdAllocation.h68 ANativeWindow *wndSurface; member in struct:DrvAllocation
H A DrsdAllocation.cpp500 ANativeWindow *nw = drv->wndSurface;
676 ANativeWindow *old = drv->wndSurface;
689 if (drv->wndSurface) {
690 ANativeWindow *old = drv->wndSurface;
694 drv->wndSurface = NULL;
750 drv->wndSurface = nw;
768 ANativeWindow *nw = drv->wndSurface;
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_structs.h42 void * wndSurface; member in struct:Allocation::__anon1234::__anon1235

Completed in 1427 milliseconds