Searched refs:configs (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/opengl/egl/
H A DEGLTest.cpp32 EGLConfig* configs; local
47 eglGetConfigs(d, configs, numConfigs, &numConfigs);
53 ctx = eglCreateContext(d, configs[0], EGL_NO_CONTEXT, NULL);
59 surf = eglCreateWindowSurface ( d, configs[0],

Completed in 78 milliseconds