Searched refs:sharedContext (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | EmulatedEglContext.cpp | 34 EGLContext sharedContext, in create() argument 37 return createImpl(display, config, sharedContext, hndl, version, nullptr); in create() 43 EGLContext sharedContext, in createImpl() argument 76 display, config, sharedContext, &contextAttribs[0]); in createImpl()
|
D | EmulatedEglContext.h | 53 EGLContext sharedContext, 89 EGLContext sharedContext,
|
D | EmulationGl.cpp | 647 const EmulatedEglContext* sharedContext, in createEmulatedEglContext() argument 662 EGLContext share = sharedContext ? sharedContext->getEGLContext() : EGL_NO_CONTEXT; in createEmulatedEglContext()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_glx.cpp | 407 EglOS::Context* sharedContext) { in createContext() argument 422 sharedContext ? GlxContext::contextFor(sharedContext) : NULL, in createContext() 430 sharedContext ? GlxContext::contextFor(sharedContext) : NULL, in createContext()
|
D | EglOsApi_darwin.cpp | 259 EglOS::Context* sharedContext) { in createContext() argument 262 sharedContext ? MacContext::from(sharedContext) : NULL; in createContext()
|
D | EglOsApi.h | 185 Context* sharedContext) = 0;
|
D | EglOsApi_wgl.cpp | 1025 EglOS::Context* sharedContext) { in createContext() argument 1042 dpy, WinContext::from(sharedContext), in createContext() 1046 if (ctx && sharedContext) { in createContext() 1047 if (!mDispatch->wglShareLists(WinContext::from(sharedContext), ctx)) { in createContext()
|
D | EglOsApi_egl.cpp | 304 Context* sharedContext) override; 616 Context* sharedContext) { in createContext() argument 644 EglOsEglContext* nativeSharedCtx = (EglOsEglContext*)sharedContext; in createContext()
|