HomeSort by relevance Sort by last modified time
    Searched refs:getBoolAccess (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp 170 bool& QueriedState::getBoolAccess (void)
987 if (state.getBoolAccess() != expected)
990 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(expected)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess()));
1045 if (state.getBoolAccess() != reference)
1048 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(reference)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess()));
1126 if (minValue > 0 && state.getBoolAccess() != true)
1180 if (maxValue < 0 && state.getBoolAccess() != true)
1236 if (state.getBoolAccess() != reference)
1239 buf << "Expected " << glu::getBooleanStr(mapBoolToGLBoolean(reference)) << ", got " << glu::getBooleanStr(mapBoolToGLBoolean(state.getBoolAccess()));
1328 if (minValue > 0.0f && state.getBoolAccess() != true
    [all...]
glsStateQueryUtil.hpp 353 bool& getBoolAccess (void);
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]

Completed in 393 milliseconds