Searched refs:deFloatDegrees (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderConstExprTests.cpp | 75 …, "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) }, in init()
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 64 inline float degrees (float f) { return deFloatDegrees(f); } in degrees() 428 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
|
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 135 DE_INLINE float deFloatDegrees (float a) { return a * (180.0f / DE_PI); } in deFloatDegrees() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderConstExprTests.cpp | 76 …, "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) }, in init()
|