Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderThreadInfoGl.cpp67 if (currReadSurf) { in onSave()
68 stream->putBe32(currReadSurf->getHndl()); in onSave()
102 currReadSurf = fb->getWindowSurface_locked(readSurf); in onLoad()
127 currReadSurf = fb->getWindowSurface_locked(currReadSurfHandleFromLoad); in postLoadRefreshCurrentContextSurfacePtrs()
132 const HandleType read = currReadSurf ? currReadSurf->getHndl() : 0; in postLoadRefreshCurrentContextSurfacePtrs()
DRenderThreadInfoGl.h70 EmulatedEglWindowSurfacePtr currReadSurf; member
DFrameBuffer.cpp3705 bindRead = tinfo->currReadSurf; in bindContext()
3725 tinfo->currReadSurf = read; in bindContext()
/hardware/google/gfxstream/host/tests/
DGLSnapshotTestDispatch.cpp106 threadInfo->m_glInfo->currReadSurf ? threadInfo->m_glInfo->currReadSurf->getHndl() in loadSnapshot()