Searched refs:shareContext (Results 1 – 6 of 6) sorted by relevance
46 EGLContext createContext(EGLConfig configHandle, const gl::Context *shareContext);
406 EGLContext Display::createContext(EGLConfig configHandle, const gl::Context *shareContext) in createContext() argument431 gl::Context *context = glCreateContext(config, shareContext); in createContext()
224 Context(const egl::Config *config, const gl::Context *shareContext);536 gl::Context *glCreateContext(const egl::Config *config, const gl::Context *shareContext);
36 Context::Context(const egl::Config *config, const gl::Context *shareContext) in Context() argument107 if (shareContext != NULL) in Context()109 mResourceManager = shareContext->mResourceManager; in Context()3558 gl::Context *glCreateContext(const egl::Config *config, const gl::Context *shareContext) in glCreateContext() argument3560 return new gl::Context(config, shareContext); in glCreateContext()
141 shareContext:nil];
74 shareContext:nil]);