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

/haiku/src/tests/kits/opengl/egl/
H A DEGLTest.cpp31 EGLSurface surf; local
59 surf = eglCreateWindowSurface ( d, configs[0],
63 eglMakeCurrent( d, surf, surf, ctx );
72 eglSwapBuffers ( d, surf );

Completed in 28 milliseconds