Home | History | Annotate | Download | only in functional

Lines Matching refs:m_context

109 	const glw::Functions&	gl		= m_context.getRenderContext().getFunctions();
128 const glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexSrc, fragmentSrc));
154 glu::draw(m_context.getRenderContext(), program.getProgram(), 1, &posBinding, glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
155 glu::readPixels(m_context.getRenderContext(), 0, 0, img);
173 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold();
177 const int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH);
178 const int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT);
248 addChild(new ShaderMetamorphicVariant(m_context, variantName.c_str(), m_vertexFilename, m_recipientFilename, m_variantFilenames[variantNdx], m_sanityCheck));
343 addChild(new ShaderMetamorphicShaderset (m_context, "synthetic", vertexFilename, "graphicsfuzz/synthetic/recipient.frag", fragNames, sanityCheck_synthetic));
349 addChild(new ShaderMetamorphicShaderset (m_context, "bubblesort_flag", vertexFilename, "graphicsfuzz/bubblesort_flag/recipient.frag", fragNames, sanityCheck_bubblesort_flag));