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

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dbindtex.c40 static EGLContext ctx_win, ctx_pbuf; variable in typeref:typename:EGLContext
189 ctx_win = eglCreateContext(dpy, config, EGL_NO_CONTEXT, NULL );
190 if (!ctx_win) {
207 eglMakeCurrent(dpy, surf_win, surf_win, ctx_win);

Completed in 3 milliseconds