Home
last modified time | relevance | path

Searched refs:sharedContext (Results 1 – 4 of 4) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglOsApi.h55 … createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext);
DEglMacApi.cpp174 …extType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) { in createContext() argument
175 return nsCreateContext(cfg->nativeConfig(),sharedContext); in createContext()
DEglWindowsApi.cpp514 …teContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType sharedContext) { in createContext() argument
529 if(ctx && sharedContext) { in createContext()
530 if(!wglShareLists(sharedContext,ctx)) { in createContext()
DEglX11Api.cpp247 …extType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) { in createContext() argument
249 …ContextType retVal = glXCreateNewContext(dpy,cfg->nativeConfig(),GLX_RGBA_TYPE,sharedContext,true); in createContext()