Lines Matching defs:getBoolAccess
170 bool& QueriedState::getBoolAccess (void)
987 if (state.getBoolAccess() != expected)
990 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(expected)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess()));
1045 if (state.getBoolAccess() != reference)
1048 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(reference)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess()));
1126 if (minValue > 0 && state.getBoolAccess() != true)
1180 if (maxValue < 0 && state.getBoolAccess() != true)
1236 if (state.getBoolAccess() != reference)
1239 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(reference)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess()));
1328 if (minValue > 0.0f && state.getBoolAccess() != true)
1382 if (maxValue < 0.0f && state.getBoolAccess() != true)
1884 if (stateA.getBoolAccess() != stateB.getBoolAccess())