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

  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp 182 glw::GLuint& QueriedState::getUintAccess (void)
1104 if (state.getUintAccess() != reference)
1301 if (state.getUintAccess() < refValueMin ||
1302 state.getUintAccess() > refValueMax)
1307 buf << "Expected " << refValueMin << ", got " << state.getUintAccess();
1309 buf << "Expected in range [" << refValueMin << ", " << refValueMax << "], got " << state.getUintAccess();
    [all...]
glsStateQueryUtil.hpp 354 glw::GLuint& getUintAccess (void);

Completed in 186 milliseconds