Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DSurfaceSemaphoreTest.cpp110 enum class FlushType { kSurface, kImage, kContext }; class
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/
H A DGrGLGpu.h699 enum class FlushType {
705 void flush(FlushType flushType = FlushType::kIfRequired);
H A DGrGLGpu.cpp2989 this->flush(FlushType::kForce); in onFBOChanged()
3970 void GrGLGpu::flush(FlushType flushType) { in flush()
3971 if (fNeedsGLFlush || flushType == FlushType::kForce) { in flush()
4022 this->flush(FlushType::kForce); in waitSync()
4123 this->flush(FlushType::kForce); in prepareTextureForCrossContextUsage()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 46 milliseconds