Searched refs:deFloatDegrees (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderConstExprTests.cpp75 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },
/external/deqp/framework/delibs/debase/
H A DdeMath.h137 DE_INLINE float deFloatDegrees (float a) { return a * (180.0f / DE_PI); } function
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp65 inline float degrees (float f) { return deFloatDegrees(f); }
426 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
/external/deqp/modules/gles3/functional/
H A Des3fShaderConstExprTests.cpp76 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },

Completed in 565 milliseconds