Searched refs:mapBoolToGLBoolean (Results 1 – 1 of 1) sorted by relevance
38 static glw::GLboolean mapBoolToGLBoolean(bool b) in mapBoolToGLBoolean() function989 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(expected)) << ", got " in verifyBoolean()990 << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyBoolean()1048 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(reference)) << ", got " in verifyInteger()1049 << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyInteger()1240 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(reference)) << ", got " in verifyFloat()1241 << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyFloat()1503 …const glw::GLboolean referenceVec4[4] = {mapBoolToGLBoolean(expected[0]), mapBoolToGLBoolean(expec… in verifyBooleanVec4()1504 … mapBoolToGLBoolean(expected[2]), mapBoolToGLBoolean(expected[3])}; in verifyBooleanVec4()1507 …mapBoolToGLBoolean(state.getBooleanVec4Access()[0]), mapBoolToGLBoolean(state.getBooleanVec4Access… in verifyBooleanVec4()[all …]