Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkNx_neon.h157 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
302 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
372 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
419 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
510 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
566 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
624 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx_sse.h115 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
220 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
276 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
346 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
394 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
575 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
686 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx.h149 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
/external/skqp/include/private/
DSkNx_neon.h157 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
302 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
372 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
419 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
510 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
566 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
624 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx_sse.h115 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
220 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
276 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
346 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
394 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
575 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
686 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
DSkNx.h149 AI SkNx thenElse(const SkNx& t, const SkNx& e) const { in thenElse() function
/external/skia/src/core/
DSk4px.h96 Sk4px thenElse(const Sk4px& t, const Sk4px& e) const { return INHERITED::thenElse(t,e); } in thenElse() function
/external/skqp/src/core/
DSk4px.h96 Sk4px thenElse(const Sk4px& t, const Sk4px& e) const { return INHERITED::thenElse(t,e); } in thenElse() function
/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3634 TIntermNodePair thenElse = { nullptr, nullptr }; in acceptSelectionStatement() local