Home | History | Annotate | Download | only in functional

Lines Matching refs:floatVar

1334 		GLfloat		floatVar	= -1;
1336 glGetUniformfv(program.getProgram(), floatLoc, &floatVar);
1338 if (floatVar != 0.0f)
1340 m_testCtx.getLog() << TestLog::Message << "Fail, expected zero value for " << name << ", received: " << de::toString(floatVar) << TestLog::EndMessage;