Searched refs:shouldPresentNow (Results 1 – 4 of 4) sorted by relevance
108 bool shouldPresentNow(const DispSync& dispSync) const override;
403 virtual bool shouldPresentNow(const DispSync& /*dispSync*/) const { return false; } in shouldPresentNow() function
264 bool BufferLayer::shouldPresentNow(const DispSync& dispSync) const { in shouldPresentNow() function in android::BufferLayer
2830 if (layer->shouldPresentNow(mPrimaryDispSync)) { in handlePageFlip()