Searched refs:mIgnorePresentFences (Results 1 – 2 of 2) sorted by relevance
482 mIgnorePresentFences = !hasSyncFramework; in init()528 if (mIgnorePresentFences) { in addPresentFence()598 if (mIgnorePresentFences) { in addResyncSample()798 if (mIgnorePresentFences != ignore) { in setIgnorePresentFences()799 mIgnorePresentFences = ignore; in setIgnorePresentFences()806 StringAppendF(&result, "present fences are %s\n", mIgnorePresentFences ? "ignored" : "used"); in dump()
269 bool mIgnorePresentFences; variable