Searched refs:FlushType (Results 1 – 4 of 4) sorted by relevance
110 enum class FlushType { kSurface, kImage, kContext }; enum116 FlushType flushType) { in surface_semaphore_test()158 case FlushType::kSurface: in surface_semaphore_test()161 case FlushType::kImage: in surface_semaphore_test()164 case FlushType::kContext: in surface_semaphore_test()196 for (auto flushType : {FlushType::kSurface, FlushType::kImage, FlushType::kContext}) { in DEF_GPUTEST()
692 enum class FlushType { enum698 void flush(FlushType flushType = FlushType::kIfRequired);
2978 this->flush(FlushType::kForce); in onFBOChanged()3959 void GrGLGpu::flush(FlushType flushType) { in flush()3960 if (fNeedsGLFlush || flushType == FlushType::kForce) { in flush()4011 this->flush(FlushType::kForce); in waitSync()4112 this->flush(FlushType::kForce); in prepareTextureForCrossContextUsage()
93581 enum class FlushType : uint8_t { enum93600 ChangesToFlush(FlushType aFlushType, bool aFlushAnimations) in ChangesToFlush()93605 FlushType mFlushType;113072 void FlushPendingNotifications(mozilla::FlushType aType) in FlushPendingNotifications()113094 virtual void DoFlushPendingNotifications(mozilla::FlushType aType) = 0;113099 bool NeedFlush(mozilla::FlushType aType) const in NeedFlush()113108 aType >= mozilla::FlushType::InterruptibleLayout) || in NeedFlush()113109 aType >= mozilla::FlushType::Display || in NeedFlush()113897 mozilla::FlushType aFlushType);113899 mozilla::FlushType aFlushType);[all …]