Home
last modified time | relevance | path

Searched refs:shareContext (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.h36 EGLContext shareContext,
43 EGLContext shareContext,
DDisplaySurfaceGl.cpp143 EGLContext shareContext, in createPbufferSurface() argument
147 EGLContext context = s_egl.eglCreateContext(display, config, shareContext, contextAttribs); in createPbufferSurface()
171 EGLContext shareContext, in createWindowSurface() argument
174 EGLContext context = s_egl.eglCreateContext(display, config, shareContext, contextAttribs); in createWindowSurface()
DEmulationGl.h117 const EmulatedEglContext* shareContext,
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DMacNative.m45 - (id) initWithFormat:(NSOpenGLPixelFormat *)pixelFormat shareContext:(NSOpenGLContext *)share;
50 - (id) initWithFormat:(NSOpenGLPixelFormat *)pixelFormat shareContext:(NSOpenGLContext *)share
52 self = [super initWithFormat:pixelFormat shareContext:share];
223 return [[EmuGLContext alloc] initWithFormat:frmt shareContext:share];
/hardware/google/gfxstream/host/
DFrameBuffer.cpp3086 EmulatedEglContextPtr shareContext = nullptr; in createEmulatedEglContext() local
3093 shareContext = shareContextIt->second; in createEmulatedEglContext()
3098 m_emulationGl->createEmulatedEglContext(config, shareContext.get(), version, contextHandle); in createEmulatedEglContext()