Searched refs:sharedContext (Results 1 – 4 of 4) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglOsApi.h | 55 … createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext);
|
D | EglMacApi.cpp | 174 …extType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sharedContext) { in createContext() argument 175 return nsCreateContext(cfg->nativeConfig(),sharedContext); in createContext()
|
D | EglWindowsApi.cpp | 514 …teContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeContextType sharedContext) { in createContext() argument 529 if(ctx && sharedContext) { in createContext() 530 if(!wglShareLists(sharedContext,ctx)) { in createContext()
|
D | EglX11Api.cpp | 247 …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()
|