Searched refs:mCurrContext (Results 1 – 1 of 1) sorted by relevance
135 int mCurrContext = 0; in step() local138 mCurrContext = (mCurrContext + 1) % mContexts.size(); in step()139 eglMakeCurrent(mDisplay, mSurface, mSurface, mContexts[mCurrContext]); in step()