Home
last modified time | relevance | path

Searched defs:thenElse (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/private/
DSkNx_neon.h146 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
280 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
350 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
397 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
488 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
544 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
602 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx_sse.h113 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
216 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
272 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
342 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
391 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
573 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
643 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
689 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx.h147 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
/third_party/skia/src/core/
DSk4px.h96 Sk4px thenElse(const Sk4px& t, const Sk4px& e) const { return INHERITED::thenElse(t,e); } in thenElse() function
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3947 TIntermNodePair thenElse = { nullptr, nullptr }; in acceptSelectionStatement() local