OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_errorCodes
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/glshared/
glsFboUtil.cpp
803
return
m_errorCodes
.empty();
807
for (int ndx = 0; ndx < (int)
m_errorCodes
.size(); ++ndx)
809
if (
m_errorCodes
[ndx].errorCode == errorCode)
818
if (
m_errorCodes
.empty() && errorCode == GL_NO_ERROR)
822
return
m_errorCodes
.size() == 1 &&
m_errorCodes
.front().errorCode == errorCode;
829
addViolation(
m_errorCodes
, error, description);
849
for (int ndx = 0; ndx < (int)
m_errorCodes
.size(); ++ndx)
850
validResults.push_back(std::string(glu::getErrorName(
m_errorCodes
[ndx].errorCode)) + " (during FBO initialization)");
879
for (int ndx = 0; ndx < (int)
m_errorCodes
.size(); ++ndx
[
all
...]
glsFboUtil.hpp
386
std::vector<RuleViolation>
m_errorCodes
; //!< Allowed GL errors, GL_NO_ERROR is not allowed
Completed in 99 milliseconds