HomeSort by relevance Sort by last modified time
    Searched refs:deFloatDegrees (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 75 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },
  /external/deqp/framework/delibs/debase/
deMath.h 137 DE_INLINE float deFloatDegrees (float a) { return a * (180.0f / DE_PI); }
  /external/deqp/framework/common/
tcuVectorUtil.hpp 65 inline float degrees (float f) { return deFloatDegrees(f); }
426 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 76 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },

Completed in 89 milliseconds