Searched refs:referenceAsFloat (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureStateQueryTests.cpp153 const GLfloat referenceAsFloat = GLfloat(reference); local
161 if (state != referenceAsFloat)
163 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << referenceAsFloat << "; got " << state << TestLog::EndMessage;
H A Des2fIntegerStateQueryTests.cpp516 const GLfloat referenceAsFloat = GLfloat(reference); local
517 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
525 if (state != referenceAsFloat)
527 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << referenceAsFloat << "; got " << state << TestLog::EndMessage;
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp754 const GLfloat referenceAsFloat = GLfloat(reference); local
755 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
763 if (state != referenceAsFloat)
765 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << referenceAsFloat << "; got " << state << TestLog::EndMessage;

Completed in 106 milliseconds