Lines Matching defs:m_gl
525 : m_gl (gl)
531 m_positionLoc = m_gl.getAttribLocation(m_program.getProgram(), "a_position");
532 m_colorLoc = m_gl.getAttribLocation(m_program.getProgram(), "a_color");
541 m_gl.useProgram(m_program.getProgram());
542 m_gl.enableVertexAttribArray(m_positionLoc);
543 m_gl.enableVertexAttribArray(m_colorLoc);
544 GLU_CHECK_GLW_MSG(m_gl, "Program setup failed");
551 const glw::Functions& m_gl;
715 glw::Functions m_gl;
728 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
777 programs[ctxNdx] = ProgramSp(createProgram(m_gl, api));
788 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
789 finish(m_gl, api);
805 draw(m_gl, api, *programs[ctxNdx], drawOp);
808 finish(m_gl, api);
819 readPixels(m_gl, api, frame);
823 m_gl.getIntegerv(GL_SUBPIXEL_BITS, &subpixelBits);
852 glw::Functions m_gl;
883 , m_gl (gl)
901 draw(m_gl, m_api, m_program, packetIter->drawOps[ndx]);
903 finish(m_gl, m_api);
920 const glw::Functions& m_gl;
933 m_eglTestCtx.initGLFunctions(&m_gl, glu::ApiType::es(2,0));
1009 programs[ctxNdx] = ProgramSp(createProgram(m_gl, api));
1023 clear(m_gl, api, CLEAR_COLOR, CLEAR_DEPTH, CLEAR_STENCIL);
1024 finish(m_gl, api);
1033 threads[threadNdx] = RenderTestThreadSp(new RenderTestThread(egl, display, surface, contexts[threadNdx].second, contexts[threadNdx].first, m_gl, *programs[threadNdx], packets[threadNdx]));
1048 readPixels(m_gl, api, frame);
1052 m_gl.getIntegerv(GL_SUBPIXEL_BITS, &subpixelBits);