Home | History | Annotate | Download | only in functional

Lines Matching refs:m_context

283 		const int width		= m_context.getRenderTarget().getWidth();
284 const int height = m_context.getRenderTarget().getHeight();
288 if (m_context.getRenderTarget().getDepthBits() == 0)
295 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
367 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
368 const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shaderSourceVertex, s_shaderSourceFragment));
413 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
448 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
495 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
496 const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shaderSourceVertex, s_shaderSourceFragment));
565 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
573 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
614 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
615 const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shaderSourceVertex, s_shaderSourceFragment));
676 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
723 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
764 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
765 const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shaderSourceVertex, s_shaderSourceFragment));
828 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
836 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
877 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
878 const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shaderSourceVertex, s_shaderSourceFragment));
941 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
949 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
994 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
995 const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shaderSourceVertex, s_shaderSourceFragment));
1038 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
1046 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
1116 const glw::Functions& gl = m_context.getRenderContext().getFunctions();
1117 const glu::ShaderProgram program (m_context.getRenderContext(), glu::makeVtxFragSources(s_shaderSourceVertex, s_shaderSourceFragment));
1175 glu::readPixels(m_context.getRenderContext(), 0, 0, testImage.getAccess());
1183 verifyImages(log, m_testCtx, m_context.getRenderContext(), testImage.getAccess(), referenceImage.getAccess());
1223 addChild(new UsageTestCase(m_context, (std::string(format.name) + "_enable").c_str(), "test enable GL_POLYGON_OFFSET_FILL", format.internalFormat, format.name));
1226 addChild(new UsageDisplacementTestCase(m_context, (std::string(format.name) + "_displacement_with_units").c_str(), "test polygon offset", format.internalFormat, format.name));
1229 addChild(new UsagePositiveNegativeTestCase(m_context, (std::string(format.name) + "_render_with_units").c_str(), "test polygon offset", format.internalFormat, format.name));
1232 addChild(new ResultClampingTestCase(m_context, (std::string(format.name) + "_result_depth_clamp").c_str(), "test polygon offset clamping", format.internalFormat, format.name));
1235 addChild(new UsageSlopeTestCase(m_context, (std::string(format.name) + "_render_with_factor").c_str(), "test polygon offset factor", format.internalFormat, format.name));
1238 addChild(new ZeroSlopeTestCase(m_context, (std::string(format.name) + "_factor_0_slope").c_str(), "test polygon offset factor", format.internalFormat, format.name));
1241 addChild(new OneSlopeTestCase(m_context, (std::string(format.name) + "_factor_1_slope").c_str(), "test polygon offset factor", format.internalFormat, format.name));