Home | History | Annotate | Download | only in glshared

Lines Matching refs:getFloatVec4Access

212 QueriedState::GLFloatVec4& QueriedState::getFloatVec4Access (void)
1545 if (state.getFloatVec4Access()[0] != reference[0] ||
1546 state.getFloatVec4Access()[1] != reference[1] ||
1547 state.getFloatVec4Access()[2] != reference[2] ||
1548 state.getFloatVec4Access()[3] != reference[3])
1551 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getFloatVec4Access());
1632 if (state.getFloatVec4Access()[0] != expected[0] ||
1633 state.getFloatVec4Access()[1] != expected[1] ||
1634 state.getFloatVec4Access()[2] != expected[2] ||
1635 state.getFloatVec4Access()[3] != expected[3])
1638 buf << "Expected " << expected << ", got " << tcu::formatArray(state.getFloatVec4Access());
1768 if (state.getFloatVec4Access()[ndx] < validLow[ndx] ||
1769 state.getFloatVec4Access()[ndx] > validHigh[ndx])
1782 buf << "Expected {" << expectation.str() << "}, got " << tcu::formatArray(state.getFloatVec4Access());