Lines Matching refs:renderContext
561 glu::RenderContext& renderContext, in verifyRenderbuffers() argument
566 const glw::Functions& gl = renderContext.getFunctions(); in verifyRenderbuffers()
582 glu::readPixels(renderContext, 0, 0, result.getAccess()); in verifyRenderbuffers()
880 glu::VertexSource genVertexSource (glu::RenderContext& renderContext) in genVertexSource() argument
882 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in genVertexSource()
900 …postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) in genFragmentSource() argument
903 const bool supportsES32 = glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)); in genFragmentSource()
1001 …postCommonBlendState, const vector<DrawBufferInfo>& drawBuffers, glu::RenderContext& renderContext) in genShaderSources() argument
1003 …es() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendSt… in genShaderSources()
1006 void renderGLQuad (glu::RenderContext& renderContext, in renderGLQuad() argument
1014 glu::draw(renderContext, program.getProgram(), 1, vertexArrays, glu::pr::Triangles(6)); in renderGLQuad()
1018 glu::RenderContext& renderContext, in renderQuad() argument
1025 const glw::Functions& gl = renderContext.getFunctions(); in renderQuad()
1026 … (gl, genShaderSources(preCommonBlendState, postCommonBlendState, drawBuffers, renderContext)); in renderQuad()
1055 renderGLQuad(renderContext, program); in renderQuad()
1162 glu::RenderContext& renderContext, in runTest() argument
1168 const glw::Functions& gl = renderContext.getFunctions(); in runTest()
1177 …renderQuad(log, renderContext, preCommonBlendState, postCommonBlendState, drawBuffers, framebuffer… in runTest()
1179 verifyRenderbuffers(log, results, renderContext, renderbuffers, framebuffer, refRenderbuffers); in runTest()