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

  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 104 enum ExpectedBehavior
113 ExpectedBehavior waitBehavior,
115 ExpectedBehavior readBehavior,
149 const ExpectedBehavior m_waitBehavior;
151 const ExpectedBehavior m_readBehavior;
157 FlushFinishCase::FlushFinishCase (Context& context, const char* name, const char* description, ExpectedBehavior waitBehavior, float waitThreshold, ExpectedBehavior readBehavior, float readThreshold)
402 const ExpectedBehavior behavior = ndx == 0 ? m_waitBehavior : m_readBehavior;
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 109 enum ExpectedBehavior
118 ExpectedBehavior waitBehavior,
120 ExpectedBehavior readBehavior,
159 const ExpectedBehavior m_waitBehavior;
161 const ExpectedBehavior m_readBehavior;
168 FlushFinishCase::FlushFinishCase (Context& context, const char* name, const char* description, ExpectedBehavior waitBehavior, float waitThreshold, ExpectedBehavior readBehavior, float readThreshold)
511 const ExpectedBehavior behavior = ndx == 0 ? m_waitBehavior : m_readBehavior;

Completed in 264 milliseconds