Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.cpp43 static thread_local ThreadState sThreadState; variable
68 auto& previousContexts = sThreadState.previousContexts; in setupContext()
81 "current=%p, needed=%p, thread=%p", currentContext, mContext, &sThreadState); in setupContext()
101 auto& previousContexts = sThreadState.previousContexts; in teardownContext()
129 bool isBound() const override { return !sThreadState.previousContexts.empty(); } in isBound()