Home
last modified time | relevance | path

Searched refs:currDrawSurf (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/
DRenderThreadInfoGl.cpp62 if (currDrawSurf) { in onSave()
63 stream->putBe32(currDrawSurf->getHndl()); in onSave()
101 currDrawSurf = fb->getWindowSurface_locked(drawSurf); in onLoad()
126 currDrawSurf = fb->getWindowSurface_locked(currDrawSurfHandleFromLoad); in postLoadRefreshCurrentContextSurfacePtrs()
131 const HandleType draw = currDrawSurf ? currDrawSurf->getHndl() : 0; in postLoadRefreshCurrentContextSurfacePtrs()
DRenderThreadInfoGl.h69 EmulatedEglWindowSurfacePtr currDrawSurf; member
DFrameBuffer.cpp3704 bindDraw = tinfo->currDrawSurf; in bindContext()
3724 tinfo->currDrawSurf = draw; in bindContext()
/hardware/google/gfxstream/host/tests/
DGLSnapshotTestDispatch.cpp104 threadInfo->m_glInfo->currDrawSurf ? threadInfo->m_glInfo->currDrawSurf->getHndl() in loadSnapshot()