Lines Matching +defs:val +defs:description
286 inline static void alignmentSafeAssignment(char *dst, T val) in alignmentSafeAssignment()
368 const std::string &description, bool enabled) in IterationLogSectionEmitter()
1199 inline GLValue::Fixed abs(GLValue::Fixed val) in abs()
1205 inline GLValue::Ubyte abs(GLValue::Ubyte val) in abs()
1211 inline GLValue::Byte abs(GLValue::Byte val) in abs()
1217 inline GLValue::Ushort abs(GLValue::Ushort val) in abs()
1223 inline GLValue::Short abs(GLValue::Short val) in abs()
1229 inline GLValue::Float abs(GLValue::Float val) in abs()
1235 inline GLValue::Double abs(GLValue::Double val) in abs()
1241 inline GLValue::Uint abs(GLValue::Uint val) in abs()
1247 inline GLValue::Int abs(GLValue::Int val) in abs()
1253 inline GLValue::Half abs(GLValue::Half val) in abs()
3546 void DrawTest::addIteration(const DrawTestSpec &spec, const char *description) in addIteration()