Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp129 eglw::EGLint eglMinor = -1; in isRenderConfigSupported() local
137 if (egl.initialize(display, &eglMajor, &eglMinor) != EGL_TRUE) in isRenderConfigSupported()
142 tcu::print("EGL initialized, major=%d, minor=%d", eglMajor, eglMinor); in isRenderConfigSupported()