Searched refs:cxt (Results 1 – 2 of 2) sorted by relevance
93 EGLContext cxt = egl->eglCreateContext(dpy, config, EGL_NO_CONTEXT, contextAttribs); in createContext() local94 EXPECT_TRUE(cxt != EGL_NO_CONTEXT); in createContext()95 return cxt; in createContext()98 void destroyContext(EGLDisplay dpy, EGLContext cxt) { in destroyContext() argument101 egl->eglDestroyContext(dpy, cxt); in destroyContext()
41 void destroyContext(EGLDisplay dpy, EGLContext cxt);