Home
last modified time | relevance | path

Searched defs:logicalOr (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuVectorUtil.hpp55 template<typename T> inline T logicalOr (T a, T b) { return a || b; } in logicalOr() function
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp67 inline bool logicalOr (bool a, bool b) { return (a || b); } in logicalOr() function
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp75 inline bool logicalOr (bool a, bool b) { return (a || b); } in logicalOr() function