Searched refs:ExpectedBehavior (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fFlushFinishTests.cpp | 104 enum ExpectedBehavior enum in deqp::gles2::Functional::__anondce66fc20111::FlushFinishCase 113 ExpectedBehavior waitBehavior, 115 ExpectedBehavior readBehavior, 149 const ExpectedBehavior m_waitBehavior; 151 const ExpectedBehavior m_readBehavior; 157 …onst char* name, const char* description, ExpectedBehavior waitBehavior, float waitThreshold, Expe… in FlushFinishCase() 402 const ExpectedBehavior behavior = ndx == 0 ? m_waitBehavior : m_readBehavior; in analyzeResults()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFlushFinishTests.cpp | 111 enum ExpectedBehavior enum in deqp::gles3::Functional::__anonff1e96e40111::FlushFinishCase 120 ExpectedBehavior waitBehavior, 122 ExpectedBehavior readBehavior, 161 const ExpectedBehavior m_waitBehavior; 163 const ExpectedBehavior m_readBehavior; 170 …onst char* name, const char* description, ExpectedBehavior waitBehavior, float waitThreshold, Expe… in FlushFinishCase() 529 const ExpectedBehavior behavior = ndx == 0 ? m_waitBehavior : m_readBehavior; in analyzeResults()
|