Searched refs:getWindowSurface_locked (Results 1 – 3 of 3) sorted by relevance
101 currDrawSurf = fb->getWindowSurface_locked(drawSurf); in onLoad()102 currReadSurf = fb->getWindowSurface_locked(readSurf); in onLoad()126 currDrawSurf = fb->getWindowSurface_locked(currDrawSurfHandleFromLoad); in postLoadRefreshCurrentContextSurfacePtrs()127 currReadSurf = fb->getWindowSurface_locked(currReadSurfHandleFromLoad); in postLoadRefreshCurrentContextSurfacePtrs()
587 gl::EmulatedEglWindowSurfacePtr getWindowSurface_locked(HandleType p_windowsurface);
3402 EmulatedEglWindowSurfacePtr FrameBuffer::getWindowSurface_locked(HandleType p_windowsurface) { in getWindowSurface_locked() function in gfxstream::FrameBuffer