Lines Matching defs:m_gl
308 const glw::Functions& m_gl;
317 , m_gl (gl)
352 de::UniquePtr<ClientBuffer> buffer (m_imgSource->createBuffer(api.m_egl, api.m_gl, &ref));
354 GLU_CHECK_GLW_CALL(api.m_gl, finish());
473 const glw::Functions& gl = api.m_gl;
551 const glw::Functions& gl = api.m_gl;
657 const glw::Functions& gl = api.m_gl;
831 const glw::Functions& gl = api.m_gl;
909 const glw::Functions& gl = api.m_gl;
1019 const glw::Functions& gl = api.m_gl;
1122 const glw::Functions& gl = api.m_gl;
1249 const glw::Functions& gl = api.m_gl;
1374 const glw::Functions& gl = api.m_gl;
1419 set<string> exts = getSupportedExtensions(log, api.m_egl, api.m_display, api.m_gl);
1453 const glw::Functions& gl = api.m_gl;
1480 const glw::Functions& gl = api.m_gl;
1504 const glw::Functions& gl = api.m_gl;
1517 const glw::Functions& gl = api.m_gl;
1530 const glw::Functions& gl = api.m_gl;
1566 glw::Functions m_gl;
1589 , glu::CallLogWrapper (m_gl, eglTestCtx.getTestContext().getLog())
1607 set<string> exts = getSupportedExtensions(getLog(), m_eglTestCtx.getLibrary(), m_display, m_gl);
1659 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(major, minor), DE_LENGTH_OF_ARRAY(extensions), &extensions[0]);
1669 api = new GLESImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config, 2);
1675 api = new GLESImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config, 3);