Home
last modified time | relevance | path

Searched refs:TYPE_WINDOW (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/egl/
DteglMultiThreadTests.cpp714 TYPE_WINDOW = (1<<2), enumerator
922 if ((m_types & TYPE_WINDOW) != 0) in runThread()
1011 if ((m_types & TYPE_WINDOW) != 0) in createDestroyObjects()
1012 objectTypes.insert(TYPE_WINDOW); in createDestroyObjects()
1027 else if (windows.size() > 5 && ((m_types & TYPE_WINDOW) != 0)) in createDestroyObjects()
1030 type = TYPE_WINDOW; in createDestroyObjects()
1057 …else if (windows.size() < 3 && ((m_types & TYPE_WINDOW) != 0) && ((m_types & TYPE_SINGLE_WINDOW) =… in createDestroyObjects()
1060 type = TYPE_WINDOW; in createDestroyObjects()
1062 …else if (windows.empty() && (m_hasWindow == 0) && ((m_types & TYPE_WINDOW) != 0) && ((m_types & TY… in createDestroyObjects()
1065 type = TYPE_WINDOW; in createDestroyObjects()
[all …]