Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateContextExtTests.cpp682 EGLint notificationStrategyExt = -1; in validateCurrentContext() local
726 notificationStrategyExt = *iter; in validateCurrentContext()
818 DE_ASSERT(notificationStrategy == -1 || notificationStrategyExt == -1); in validateCurrentContext()
820 if (notificationStrategy != -1 || notificationStrategyExt != -1) in validateCurrentContext()
822 …nst deInt32 expected = notificationStrategy != -1 ? notificationStrategy : notificationStrategyExt; in validateCurrentContext()