Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
DlibEGL.cpp770 EGLContext __stdcall eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, c… in eglCreateContext() argument
773 "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()
/external/webkit/Source/ThirdParty/ANGLE/include/EGL/
Degl.h298 EGLContext share_context,