Lines Matching refs:getUintAccess
182 glw::GLuint& QueriedState::getUintAccess (void)
1104 if (state.getUintAccess() != reference)
1301 if (state.getUintAccess() < refValueMin ||
1302 state.getUintAccess() > refValueMax)
1307 buf << "Expected " << refValueMin << ", got " << state.getUintAccess();
1309 buf << "Expected in range [" << refValueMin << ", " << refValueMax << "], got " << state.getUintAccess();