Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglContext.cpp34 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()
DEmulatedEglContext.h53 EGLContext sharedContext,
89 EGLContext sharedContext,
DEmulationGl.cpp647 const EmulatedEglContext* sharedContext, in createEmulatedEglContext() argument
662 EGLContext share = sharedContext ? sharedContext->getEGLContext() : EGL_NO_CONTEXT; in createEmulatedEglContext()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp407 EglOS::Context* sharedContext) { in createContext() argument
422 sharedContext ? GlxContext::contextFor(sharedContext) : NULL, in createContext()
430 sharedContext ? GlxContext::contextFor(sharedContext) : NULL, in createContext()
DEglOsApi_darwin.cpp259 EglOS::Context* sharedContext) { in createContext() argument
262 sharedContext ? MacContext::from(sharedContext) : NULL; in createContext()
DEglOsApi.h185 Context* sharedContext) = 0;
DEglOsApi_wgl.cpp1025 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()
DEglOsApi_egl.cpp304 Context* sharedContext) override;
616 Context* sharedContext) { in createContext() argument
644 EglOsEglContext* nativeSharedCtx = (EglOsEglContext*)sharedContext; in createContext()