Searched refs:expectedFloatValue (Results 1 – 2 of 2) sorted by relevance
210 float expectedFloatValue = 2; in testGetValues002() local211 assertEquals("Invalid float value,", expectedFloatValue, floatValue, 0); in testGetValues002()
465 GLfloat expectedFloatValue = static_cast<GLfloat>(expectedValue); in BindingPointCheck() local467 if (valueFloat != expectedFloatValue) in BindingPointCheck()