Searched refs:notificationStrategyExt (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp668 EGLint notificationStrategyExt = -1; local
712 notificationStrategyExt = *iter;
804 DE_ASSERT(notificationStrategy == -1 || notificationStrategyExt == -1);
806 if (notificationStrategy != -1 || notificationStrategyExt != -1)
808 const deInt32 expected = notificationStrategy != -1 ? notificationStrategy : notificationStrategyExt;

Completed in 76 milliseconds