Home
last modified time | relevance | path

Searched refs:getFloatVec4Access (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp212 QueriedState::GLFloatVec4& QueriedState::getFloatVec4Access (void) in getFloatVec4Access() function in deqp::gls::StateQueryUtil::QueriedState
1545 if (state.getFloatVec4Access()[0] != reference[0] || in verifyBooleanVec4()
1546 state.getFloatVec4Access()[1] != reference[1] || in verifyBooleanVec4()
1547 state.getFloatVec4Access()[2] != reference[2] || in verifyBooleanVec4()
1548 state.getFloatVec4Access()[3] != reference[3]) in verifyBooleanVec4()
1551 buf << "Expected " << reference << ", got " << tcu::formatArray(state.getFloatVec4Access()); in verifyBooleanVec4()
1632 if (state.getFloatVec4Access()[0] != expected[0] || in verifyFloatVec4()
1633 state.getFloatVec4Access()[1] != expected[1] || in verifyFloatVec4()
1634 state.getFloatVec4Access()[2] != expected[2] || in verifyFloatVec4()
1635 state.getFloatVec4Access()[3] != expected[3]) in verifyFloatVec4()
[all …]
DglsStateQueryUtil.hpp360 GLFloatVec4& getFloatVec4Access (void);