Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/native/
DglExtensions_test.cpp58 EGLint eglMajVers, eglMinVers; in setupEGL() local
62 eglInitialize(eglDisp, &eglMajVers, &eglMinVers); in setupEGL()
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dnative_choreo_activity.cpp61 EGLint eglMajVers, eglMinVers; in setupEGL() local
70 if (!eglInitialize(eglDisp, &eglMajVers, &eglMinVers)) { in setupEGL()