Home | History | Annotate | Download | only in functional

Lines Matching defs:renderCtx

148 		const glu::RenderContext&		renderCtx		= m_context.getRenderContext();
149 const glw::Functions& gl = renderCtx.getFunctions();
150 const glu::ShaderProgram program (renderCtx, genSources(m_indexExprType));
151 const int viewportW = de::min(renderCtx.getRenderTarget().getWidth(), 128);
152 const int viewportH = de::min(renderCtx.getRenderTarget().getHeight(), 128);
195 glu::draw(renderCtx, program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), &vertexArrays[0],
201 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
204 glu::readPixels(renderCtx, 0, 0, result.getAccess());
230 const glu::RenderContext& renderCtx = m_context.getRenderContext();
231 const glu::ShaderProgram program (renderCtx, glu::ProgramSources()
248 const glw::Functions& gl = renderCtx.getFunctions();
252 const glu::Framebuffer fbo (renderCtx);
253 const glu::Renderbuffer colorBuf0 (renderCtx);
254 const glu::Renderbuffer colorBuf1 (renderCtx);
312 glu::draw(renderCtx, program.getProgram(), DE_LENGTH_OF_ARRAY(vertexArrays), &vertexArrays[0],
319 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
327 glu::readPixels(renderCtx, 0, 0, result.getAccess());