Searched refs:sharedCtx (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 115 const wgl::Context* sharedCtx = DE_NULL; in WGLContext() local 117 sharedCtx = sharedContext->m_context; in WGLContext() 119 …m_context = new wgl::Context(&wglCore, deviceCtx, sharedCtx, config.type, pixelFormat, config.rese… in WGLContext()
|
D | tcuWGL.cpp | 418 HGLRC sharedCtx = DE_NULL; in Context() local 510 HGLRC sharedCtx = DE_NULL; in Context() local 512 sharedCtx = sharedContext->m_context; in Context() 518 m_context = wgl.createContextAttribsARB(deviceCtx, sharedCtx, &attribList[0]); in Context()
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
D | swrast.c | 762 struct gl_context *sharedCtx = NULL; in dri_create_context() local 791 sharedCtx = &share->Base; in dri_create_context() 797 if (!_mesa_initialize_context(mesaCtx, api, visual, sharedCtx, &functions)) { in dri_create_context()
|