Lines Matching refs:getFunctions
2498 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxVertices);
2499 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents);
2606 m_context.getRenderContext().getFunctions().getFloatv(GL_ALIASED_POINT_SIZE_RANGE, range.getPtr());
2803 m_context.getRenderContext().getFunctions().deleteTextures(1, &m_texture);
2809 m_context.getRenderContext().getFunctions().deleteFramebuffers(1, &m_fbo);
2832 m_context.getRenderContext().getFunctions().getIntegerv(GL_LAYER_PROVOKING_VERTEX, &state);
2833 GLU_EXPECT_NO_ERROR(m_context.getRenderContext().getFunctions().getError(), "getInteger(GL_LAYER_PROVOKING_VERTEX)");
2921 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
2998 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
3050 m_samplerSamplerLoc = m_context.getRenderContext().getFunctions().getUniformLocation(m_samplerShader->getProgram(), "u_sampler");
3054 m_samplerLayerLoc = m_context.getRenderContext().getFunctions().getUniformLocation(m_samplerShader->getProgram(), "u_layer");
3363 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
3397 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
3744 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS, &maxTextures);
3758 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxVertices);
3759 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents);
4049 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
4069 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
4200 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
4239 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
4320 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
4537 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
4720 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
4903 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
4962 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
5048 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
5145 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
5269 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
5294 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
5336 getFunctions(), m_testCtx.getLog());
5502 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
5543 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_elementBuf);
5549 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_arrayBuf);
5555 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_offsetBuf);
5561 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_feedbackBuf);
5567 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_indirectBuffer);
5580 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
5837 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
5882 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_elementBuf);
5888 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_arrayBuf);
5894 m_context.getRenderContext().getFunctions().deleteBuffers(1, &m_feedbackBuf);
5907 const glw::Functions& gl = m_context.getRenderContext().getFunctions();