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 103 enum ExpectedBehavior
112 ExpectedBehavior waitBehavior,
114 ExpectedBehavior readBehavior,
148 const ExpectedBehavior m_waitBehavior;
150 const ExpectedBehavior m_readBehavior;
156 FlushFinishCase::FlushFinishCase (Context& context, const char* name, const char* description, ExpectedBehavior waitBehavior, float waitThreshold, ExpectedBehavior readBehavior, float readThreshold)
401 const ExpectedBehavior behavior = ndx == 0 ? m_waitBehavior : m_readBehavior;
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 102 enum ExpectedBehavior
111 ExpectedBehavior waitBehavior,
113 ExpectedBehavior readBehavior,
149 const ExpectedBehavior m_waitBehavior;
151 const ExpectedBehavior m_readBehavior;
158 FlushFinishCase::FlushFinishCase (Context& context, const char* name, const char* description, ExpectedBehavior waitBehavior, float waitThreshold, ExpectedBehavior readBehavior, float readThreshold)
472 const ExpectedBehavior behavior = ndx == 0 ? m_waitBehavior : m_readBehavior;

Completed in 403 milliseconds