Home
last modified time | relevance | path

Searched refs:kForce (Results 1 – 10 of 10) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhashtablez_sampler.cc174 kForce, in ShouldForceSampling() enumerator
183 state = AbslContainerInternalSampleEverything() ? kForce : kDontForce; in ShouldForceSampling()
186 return state == kForce; in ShouldForceSampling()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc174 kForce, in ShouldForceSampling() enumerator
183 state = AbslContainerInternalSampleEverything() ? kForce : kDontForce; in ShouldForceSampling()
186 return state == kForce; in ShouldForceSampling()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc174 kForce, in ShouldForceSampling() enumerator
183 state = AbslContainerInternalSampleEverything() ? kForce : kDontForce; in ShouldForceSampling()
186 return state == kForce; in ShouldForceSampling()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc173 kForce, in ShouldForceSampling() enumerator
182 state = AbslContainerInternalSampleEverything() ? kForce : kDontForce; in ShouldForceSampling()
185 return state == kForce; in ShouldForceSampling()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc175 kForce, in ShouldForceSampling() enumerator
185 ? kForce in ShouldForceSampling()
189 return state == kForce; in ShouldForceSampling()
/external/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc173 kForce, in ShouldForceSampling() enumerator
182 state = AbslContainerInternalSampleEverything() ? kForce : kDontForce; in ShouldForceSampling()
185 return state == kForce; in ShouldForceSampling()
/external/skia/src/gpu/d3d/
DGrD3DGpu.h125 kForce, enumerator
DGrD3DGpu.cpp160 if (sync == SyncQueue::kForce) { in submitDirectCommandList()
175 if (sync == SyncQueue::kForce) { in submitDirectCommandList()
623 this->submitDirectCommandList(SyncQueue::kForce); in onReadPixels()
1492 return this->submitDirectCommandList(SyncQueue::kForce); in onSubmitToGpu()
/external/skia/src/gpu/gl/
DGrGLGpu.h670 kForce, enumerator
DGrGLGpu.cpp2951 this->flush(FlushType::kForce); in onFBOChanged()
3929 if (fNeedsGLFlush || flushType == FlushType::kForce) { in flush()
3980 this->flush(FlushType::kForce); in waitSync()
4082 this->flush(FlushType::kForce); in prepareTextureForCrossContextUsage()