Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglCreateContextExtTests.cpp668 EGLint notificationStrategyExt = -1; in validateCurrentContext() local
712 notificationStrategyExt = *iter; in validateCurrentContext()
804 DE_ASSERT(notificationStrategy == -1 || notificationStrategyExt == -1); in validateCurrentContext()
806 if (notificationStrategy != -1 || notificationStrategyExt != -1) in validateCurrentContext()
808 …nst deInt32 expected = notificationStrategy != -1 ? notificationStrategy : notificationStrategyExt; in validateCurrentContext()