Searched refs:incumbent (Results 1 - 5 of 5) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseContextBase.cpp | 395 // as the incumbent. Compare the incumbent to the next viable candidate, and if in selectFunction() 396 // that candidate is better (bullets below), make it the incumbent. Repeat, with in selectFunction() 397 // a linear walk through the viable candidate list. The final incumbent will be in selectFunction() 398 // returned as the best match. A viable candidate is better than the incumbent if in selectFunction() 400 // * it has a function argument with a better(...) conversion than the incumbent, in selectFunction() 402 // * the incumbent has no argument with a better(...) conversion then the in selectFunction() 479 const TFunction* incumbent = viableCandidates.front(); in selectFunction() local 482 if (betterParam(*incumbent, candidate) && ! betterParam(candidate, *incumbent)) in selectFunction() [all...] |
/third_party/skia/src/gpu/ops/ |
H A D | TriangulatingPathRenderer.cpp | 71 // Should 'challenger' replace 'incumbent' in the cache if there is a collision? 72 bool is_newer_better(SkData* incumbent, SkData* challenger) { in is_newer_better() argument 73 const TessInfo* i = static_cast<const TessInfo*>(incumbent->data()); in is_newer_better() 77 return false; // prefer the incumbent in is_newer_better()
|
/third_party/skia/src/gpu/ |
H A D | GrThreadSafeCache.h | 167 typedef bool (*IsNewerBetter)(SkData* incumbent, SkData* challenger);
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 78 static bool default_is_newer_better(SkData* incumbent, SkData* challenger) { in default_is_newer_better() argument 1476 static bool newer_is_always_better(SkData* /* incumbent */, SkData* /* challenger */) { in newer_is_always_better()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-compiler.cc | 2284 // We have to make sure that an "incumbent context" is available in case in AsyncCompileSucceeded() 2288 v8::Context::BackupIncumbentScope incumbent(backup_incumbent_context); in AsyncCompileSucceeded()
|
Completed in 13 milliseconds