Lines Matching defs:m_gl
121 glw::Functions m_gl;
175 m_eglTestCtx.getGLFunctions(m_gl, glu::ApiType::es(2, 0));
342 initSurface(m_gl, oldEglSize);
376 GLU_EXPECT_NO_ERROR(m_gl.getError(), "GL state erroneous upon initialization!");
380 initSurface(m_gl, oldEglSize);
382 m_gl.finish();
383 GLU_EXPECT_NO_ERROR(m_gl.getError(), "glFinish() failed");
386 const Surface oldSurface = readSurface(m_gl, oldEglSize);
394 const Surface newSurface = readSurface(m_gl, newEglSize);
476 initSurface(m_gl, oldEglSize);