HomeSort by relevance Sort by last modified time
    Searched defs:logicalOr (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuVectorUtil.hpp 55 template<typename T> inline T logicalOr (T a, T b) { return a || b; }
425 TCU_DECLARE_VECTOR_BINARY_FUNC(logicalOr, logicalOr)
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 67 inline bool logicalOr (bool a, bool b) { return (a || b); }
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 75 inline bool logicalOr (bool a, bool b) { return (a || b); }
    [all...]

Completed in 103 milliseconds