Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp93 EGLContext cxt = egl->eglCreateContext(dpy, config, EGL_NO_CONTEXT, contextAttribs); in createContext() local
94 EXPECT_TRUE(cxt != EGL_NO_CONTEXT); in createContext()
95 return cxt; in createContext()
98 void destroyContext(EGLDisplay dpy, EGLContext cxt) { in destroyContext() argument
101 egl->eglDestroyContext(dpy, cxt); in destroyContext()
DOpenGLTestContext.h41 void destroyContext(EGLDisplay dpy, EGLContext cxt);