Home | History | Annotate | Download | only in functional

Lines Matching refs:referenceAsFloat

510 	const GLfloat referenceAsFloat = GLfloat(reference);
511 DE_ASSERT(reference == GLint(referenceAsFloat)); // reference integer must have 1:1 mapping to float for this to work. Reference value is always such value in these tests
519 if (state != referenceAsFloat)
521 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << referenceAsFloat << "; got " << state << TestLog::EndMessage;