Home
last modified time | relevance | path

Searched refs:getWindowSurface_locked (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/
DRenderThreadInfoGl.cpp101 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()
DFrameBuffer.h587 gl::EmulatedEglWindowSurfacePtr getWindowSurface_locked(HandleType p_windowsurface);
DFrameBuffer.cpp3402 EmulatedEglWindowSurfacePtr FrameBuffer::getWindowSurface_locked(HandleType p_windowsurface) { in getWindowSurface_locked() function in gfxstream::FrameBuffer