Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsStateQueryUtil.cpp38 static glw::GLboolean mapBoolToGLBoolean(bool b) in mapBoolToGLBoolean() function
989 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(expected)) << ", got " in verifyBoolean()
990 << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyBoolean()
1048 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(reference)) << ", got " in verifyInteger()
1049 << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyInteger()
1240 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(reference)) << ", got " in verifyFloat()
1241 << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyFloat()
1503 …const glw::GLboolean referenceVec4[4] = {mapBoolToGLBoolean(expected[0]), mapBoolToGLBoolean(expec… in verifyBooleanVec4()
1504mapBoolToGLBoolean(expected[2]), mapBoolToGLBoolean(expected[3])}; in verifyBooleanVec4()
1507mapBoolToGLBoolean(state.getBooleanVec4Access()[0]), mapBoolToGLBoolean(state.getBooleanVec4Access… in verifyBooleanVec4()
[all …]