Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DPostWorkerGl.cpp70 if (!mContextBound || m_mainThreadPostingOnly) { in postImpl()
269 if (!mContextBound || m_mainThreadPostingOnly) { in clearImpl()
277 if (!mContextBound || m_mainThreadPostingOnly) { in composeImpl()
316 mContextBound = true; in setupContext()
320 if (!mContextBound) { in exitImpl()
324 mContextBound = false; in exitImpl()
DPostWorkerGl.h66 bool mContextBound = false; variable