Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dnative_choreo_activity.cpp39 static EGLConfig eglConf; variable
74 if (!eglChooseConfig(eglDisp, confAttr, &eglConf, 1, &numConfigs)) { in setupEGL()
78 if (!eglGetConfigAttrib(eglDisp, eglConf, EGL_NATIVE_VISUAL_ID, &format)) { in setupEGL()
85 eglSurface = eglCreateWindowSurface(eglDisp, eglConf, theWindow, 0); in setupEGL()
91 eglCtx = eglCreateContext(eglDisp, eglConf, EGL_NO_CONTEXT, ctxAttr); in setupEGL()
/tools/test/graphicsbenchmark/functional_tests/native/
DglExtensions_test.cpp30 static EGLConfig eglConf; variable
64 eglChooseConfig(eglDisp, confAttr, &eglConf, 1, &numConfigs); in setupEGL()
66 eglCtx = eglCreateContext(eglDisp, eglConf, EGL_NO_CONTEXT, ctxAttr); in setupEGL()
68 eglSurface = eglCreatePbufferSurface(eglDisp, eglConf, surfaceAttr); in setupEGL()