Home
last modified time | relevance | path

Searched refs:FlushType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp110 enum class FlushType { kSurface, kImage, kContext }; enum
116 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()
/third_party/skia/src/gpu/gl/
DGrGLGpu.h692 enum class FlushType { enum
698 void flush(FlushType flushType = FlushType::kIfRequired);
DGrGLGpu.cpp2978 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()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp93581 enum class FlushType : uint8_t { enum
93600 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 …]