Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglMultiThreadTests.cpp698 TYPE_WINDOW = (1<<2), enumerator
906 if ((m_types & TYPE_WINDOW) != 0) in runThread()
995 if ((m_types & TYPE_WINDOW) != 0) in createDestroyObjects()
996 objectTypes.insert(TYPE_WINDOW); in createDestroyObjects()
1011 else if (windows.size() > 5 && ((m_types & TYPE_WINDOW) != 0)) in createDestroyObjects()
1014 type = TYPE_WINDOW; in createDestroyObjects()
1041 …else if (windows.size() < 3 && ((m_types & TYPE_WINDOW) != 0) && ((m_types & TYPE_SINGLE_WINDOW) =… in createDestroyObjects()
1044 type = TYPE_WINDOW; in createDestroyObjects()
1046 …else if (windows.empty() && (m_hasWindow == 0) && ((m_types & TYPE_WINDOW) != 0) && ((m_types & TY… in createDestroyObjects()
1049 type = TYPE_WINDOW; in createDestroyObjects()
[all …]