OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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