Lines Matching refs:getBoolAccess
170 bool& QueriedState::getBoolAccess (void) in getBoolAccess() function in deqp::gls::StateQueryUtil::QueriedState
987 if (state.getBoolAccess() != expected) in verifyBoolean()
990 …oGLBoolean(expected)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyBoolean()
1045 if (state.getBoolAccess() != reference) in verifyInteger()
1048 …GLBoolean(reference)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyInteger()
1126 if (minValue > 0 && state.getBoolAccess() != true) in verifyIntegerMin()
1180 if (maxValue < 0 && state.getBoolAccess() != true) in verifyIntegerMax()
1236 if (state.getBoolAccess() != reference) in verifyFloat()
1239 …GLBoolean(reference)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyFloat()
1328 if (minValue > 0.0f && state.getBoolAccess() != true) in verifyFloatMin()
1382 if (maxValue < 0.0f && state.getBoolAccess() != true) in verifyFloatMax()
1884 if (stateA.getBoolAccess() != stateB.getBoolAccess()) in verifyStateIntegerEqualToOther()