Searched refs:shareContext (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/host/gl/ |
D | DisplaySurfaceGl.h | 36 EGLContext shareContext, 43 EGLContext shareContext,
|
D | DisplaySurfaceGl.cpp | 143 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()
|
D | EmulationGl.h | 117 const EmulatedEglContext* shareContext,
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | MacNative.m | 45 - (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/ |
D | FrameBuffer.cpp | 3086 EmulatedEglContextPtr shareContext = nullptr; in createEmulatedEglContext() local 3093 shareContext = shareContextIt->second; in createEmulatedEglContext() 3098 m_emulationGl->createEmulatedEglContext(config, shareContext.get(), version, contextHandle); in createEmulatedEglContext()
|