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

  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 151 if(dc->gl.wndSurface != dc->gl.currentWndSurface) {
152 rsdGLSetInternalSurface(rsc, dc->gl.wndSurface);
rsdGL.cpp 471 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);
rsdGL.h 69 ANativeWindow *wndSurface;
rsdAllocation.h 68 ANativeWindow *wndSurface;
rsdAllocation.cpp 500 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;
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_structs.h 42 void * wndSurface;

Completed in 170 milliseconds