Searched refs:mDisabledVsyncWindows (Results 1 – 1 of 1) sorted by relevance
548 auto it = mDisabledVsyncWindows.find(draw); in makeCurrent()549 bool notPresent = it == mDisabledVsyncWindows.end(); in makeCurrent()553 mDisabledVsyncWindows[draw] = true; in makeCurrent()651 std::unordered_map<EglOS::Surface*, bool> mDisabledVsyncWindows; member in __anonf3e8b6d10111::GlxDisplay