Searched refs:share_context (Results 1 – 2 of 2) sorted by relevance
770 EGLContext __stdcall eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, c… in eglCreateContext() argument773 "const EGLint *attrib_list = 0x%0.8p)", dpy, config, share_context, attrib_list); in eglCreateContext()806 … EGLContext context = display->createContext(config, static_cast<gl::Context*>(share_context)); in eglCreateContext()
298 EGLContext share_context,