Lines Matching refs:glu
152 glu::GLSLVersion glsl_version);
174 void setRefcolour (glu::CallLogWrapper gl, glw::GLdouble col);
176 void setUnsignedRefcolour(glu::CallLogWrapper gl, glw::GLdouble col);
178 void setSignedRefcolour(glu::CallLogWrapper gl, glw::GLdouble col);
179 void setRGB10A2Refcolour (glu::CallLogWrapper gl, glw::GLdouble col);
184 glu::ShaderProgram* prog;
201 glu::GLSLVersion m_glsl_version;
214 glu::GLSLVersion glsl_version)
219 , m_format(glu::getTransferFormat(glu::mapGLInternalFormat(internalFormat)).format)
220 , m_type(glu::getTransferFormat(glu::mapGLInternalFormat(internalFormat)).dataType)
221 , m_pixelsize(tcu::getPixelSize(glu::mapGLInternalFormat(internalFormat)))
222 , m_num_channels(tcu::getNumUsedChannels(glu::mapGLInternalFormat(internalFormat).order))
475 void TexImageUtils::setRefcolour (glu::CallLogWrapper gl, glw::GLdouble col)
523 void TexImageUtils::setUnsignedRefcolour (glu::CallLogWrapper gl, glw::GLdouble col)
543 void TexImageUtils::setSignedRefcolour (glu::CallLogWrapper gl, glw::GLdouble col)
564 void TexImageUtils::setRGB10A2Refcolour (glu::CallLogWrapper gl, glw::GLdouble col)
615 glu::GLSLVersion glsl_version);
636 glu::GLSLVersion glsl_version)
652 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
722 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
751 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
790 prog = new glu::ShaderProgram(m_context.getRenderContext(),
791 glu::ProgramSources() <<
792 glu::VertexSource(vs_src.specialize(params)) <<
793 glu::FragmentSource(fs_src.specialize(params)));
802 prog->getShaderInfo(glu::SHADERTYPE_VERTEX,
805 prog->getShaderInfo(glu::SHADERTYPE_VERTEX,
809 prog->getShaderInfo(glu::SHADERTYPE_FRAGMENT,
812 prog->getShaderInfo(glu::SHADERTYPE_FRAGMENT,
824 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
839 const glu::VertexArrayBinding attrBindings[] =
841 glu::va::Float("pos", 3, 4, 0, &vertexPositions[0])
846 glu::draw(m_context.getRenderContext(),
850 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
855 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess());
862 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
880 glu::GLSLVersion glsl_version);
904 glu::GLSLVersion glsl_version)
920 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
1017 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1051 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1095 prog = new glu::ShaderProgram(m_context.getRenderContext(),
1096 glu::ProgramSources() <<
1097 glu::VertexSource(vs_src.specialize(params)) <<
1098 glu::FragmentSource(fs_src.specialize(params)));
1107 prog->getShaderInfo(glu::SHADERTYPE_VERTEX,
1110 prog->getShaderInfo(glu::SHADERTYPE_VERTEX,
1114 prog->getShaderInfo(glu::SHADERTYPE_FRAGMENT,
1117 prog->getShaderInfo(glu::SHADERTYPE_FRAGMENT,
1129 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1144 const glu::VertexArrayBinding attrBindings[] =
1146 glu::va::Float("pos", 3, 4, 0, &vertexPositions[0])
1154 glu::draw(m_context.getRenderContext(),
1158 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
1163 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess());
1170 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1185 glu::GLSLVersion glsl_version);
1193 glu::ShaderProgram *prog;
1211 glu::GLSLVersion m_glsl_version;
1224 glu::GLSLVersion glsl_version)
1282 glu::GLSLVersion glsl_version);
1304 glu::GLSLVersion glsl_version)
1326 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
1327 const glu::ContextInfo& ctxInfo = m_context.getContextInfo();
1340 if (!glu::contextSupports(renderCtx.getType(), glu::ApiType::core(4, 2)) &&
1478 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1516 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1531 prog = new glu::ShaderProgram(m_context.getRenderContext(),
1532 glu::ProgramSources() <<
1533 glu::VertexSource(vs_src.specialize(params)) <<
1534 glu::FragmentSource(fs_src.specialize(params)));
1543 prog->getShaderInfo(glu::SHADERTYPE_VERTEX,
1546 prog->getShaderInfo(glu::SHADERTYPE_VERTEX,
1550 prog->getShaderInfo(glu::SHADERTYPE_FRAGMENT,
1553 prog->getShaderInfo(glu::SHADERTYPE_FRAGMENT,
1565 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1581 const glu::VertexArrayBinding attrBindings[] =
1583 glu::va::Float("pos", 3, 4, 0, &vertexPositions[0])
1593 glu::draw(m_context.getRenderContext(),
1597 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
1602 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess());
1609 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1627 glu::GLSLVersion glsl_version);
1652 glu::GLSLVersion glsl_version)
1674 glu::RenderContext& renderCtx = TestCase::m_context.getRenderContext();
1675 const glu::ContextInfo& ctxInfo = m_context.getContextInfo();
1688 if (!glu::contextSupports(renderCtx.getType(), glu::ApiType::core(4, 2)) &&
1876 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1921 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1940 prog = new glu::ShaderProgram(m_context.getRenderContext(),
1941 glu::ProgramSources() <<
1942 glu::VertexSource(vs_src.specialize(params)) <<
1943 glu::FragmentSource(fs_src.specialize(params)));
1952 prog->getShaderInfo(glu::SHADERTYPE_VERTEX,
1955 prog->getShaderInfo(glu::SHADERTYPE_VERTEX,
1959 prog->getShaderInfo(glu::SHADERTYPE_FRAGMENT,
1962 prog->getShaderInfo(glu::SHADERTYPE_FRAGMENT,
1974 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
1990 const glu::VertexArrayBinding attrBindings[] =
1992 glu::va::Float("pos", 3, 4, 0, &vertexPositions[0])
2005 glu::draw(m_context.getRenderContext(),
2009 glu::pr::Triangles(DE_LENGTH_OF_ARRAY(indices), &indices[0]));
2014 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess());
2021 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(),
2030 glu::GLSLVersion glsl_version)
2223 if (!glu::isContextTypeES(m_context.getRenderContext().getType()))