Lines Matching refs:renderContext
549 glu::RenderContext& renderContext, in verifyRenderbuffers() argument
554 const glw::Functions& gl = renderContext.getFunctions(); in verifyRenderbuffers()
570 glu::readPixels(renderContext, 0, 0, result.getAccess()); in verifyRenderbuffers()
868 glu::VertexSource genVertexSource (glu::RenderContext& renderContext) in genVertexSource() argument
870 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in genVertexSource()
888 …postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) in genFragmentSource() argument
891 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in genFragmentSource()
989 …postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) in genShaderSources() argument
991 …es() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendSt… in genShaderSources()
994 void renderGLQuad (glu::RenderContext& renderContext, in renderGLQuad() argument
1002 glu::draw(renderContext, program.getProgram(), 1, vertexArrays, glu::pr::Triangles(6)); in renderGLQuad()
1006 glu::RenderContext& renderContext, in renderQuad() argument
1013 const glw::Functions& gl = renderContext.getFunctions(); in renderQuad()
1014 … (gl, genShaderSources(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext)); in renderQuad()
1043 renderGLQuad(renderContext, program); in renderQuad()
1150 glu::RenderContext& renderContext, in runTest() argument
1156 const glw::Functions& gl = renderContext.getFunctions(); in runTest()
1165 …renderQuad(log, renderContext, preCommonBlendState, postCommonBlendState, drawBuffers, framebuffer… in runTest()
1167 verifyRenderbuffers(log, results, renderContext, renderbuffers, framebuffer, refRenderbuffers); in runTest()