Lines Matching refs:m_gl
273 const glw::Functions& m_gl; member in deqp::egl::Image::GLES2ImageApi
282 , m_gl (gl) in GLES2ImageApi()
318 de::UniquePtr<ClientBuffer> buffer (m_imgSource->createBuffer(api.m_gl, &ref)); in invokeGLES2()
378 const glw::Functions& gl = api.m_gl; in invokeGLES2()
455 const glw::Functions& gl = api.m_gl; in invokeGLES2()
582 const glw::Functions& gl = api.m_gl; in invokeGLES2()
696 const glw::Functions& gl = api.m_gl; in invokeGLES2()
770 const glw::Functions& gl = api.m_gl; in invokeGLES2()
797 const glw::Functions& gl = api.m_gl; in invokeGLES2()
821 const glw::Functions& gl = api.m_gl; in initializeRbo()
834 const glw::Functions& gl = api.m_gl; in initializeRbo()
847 const glw::Functions& gl = api.m_gl; in initializeRbo()
883 glw::Functions m_gl; member in deqp::egl::Image::ImageFormatCase
905 , glu::CallLogWrapper (m_gl, eglTestCtx.getTestContext().getLog()) in ImageFormatCase()
926 const vector<string> glExts = de::splitString((const char*) m_gl.getString(GL_EXTENSIONS)); in checkExtensions()
974 …m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2, 0), DE_LENGTH_OF_ARRAY(extensions), &exten… in init()
984 api = new GLES2ImageApi(egl, m_gl, contextNdx, getLog(), m_display, m_surface, m_config); in init()