Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp170 bool& QueriedState::getBoolAccess (void) in getBoolAccess() function in deqp::gls::StateQueryUtil::QueriedState
987 if (state.getBoolAccess() != expected) in verifyBoolean()
990 …oGLBoolean(expected)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyBoolean()
1045 if (state.getBoolAccess() != reference) in verifyInteger()
1048 …GLBoolean(reference)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyInteger()
1126 if (minValue > 0 && state.getBoolAccess() != true) in verifyIntegerMin()
1180 if (maxValue < 0 && state.getBoolAccess() != true) in verifyIntegerMax()
1236 if (state.getBoolAccess() != reference) in verifyFloat()
1239 …GLBoolean(reference)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess())); in verifyFloat()
1328 if (minValue > 0.0f && state.getBoolAccess() != true) in verifyFloatMin()
[all …]
DglsStateQueryUtil.hpp353 bool& getBoolAccess (void);
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp6654 …verifyStateBoolean(result, gl, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state.getBoolAccess(), … in iterate()
6655 …verifyStateBoolean(result, gl, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state.getBoolAccess(), … in iterate()
6656 …verifyStateBoolean(result, gl, GL_PRIMITIVE_RESTART_FOR_PATCHES_SUPPORTED, state.getBoolAccess(), … in iterate()