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::__anon6c5154970111::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 | 109 enum ExpectedBehavior enum in deqp::gles3::Functional::__anon8e897bb90111::FlushFinishCase 118 ExpectedBehavior waitBehavior, 120 ExpectedBehavior readBehavior, 159 const ExpectedBehavior m_waitBehavior; 161 const ExpectedBehavior m_readBehavior; 168 …onst char* name, const char* description, ExpectedBehavior waitBehavior, float waitThreshold, Expe… in FlushFinishCase() 511 const ExpectedBehavior behavior = ndx == 0 ? m_waitBehavior : m_readBehavior; in analyzeResults()
|