Lines Matching refs:glu
129 ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
132 glu::ShaderProgram* getProgram (Program program);
134 glu::Precision getTexCoordPrecision ();
140 const glu::RenderContext& m_context;
142 glu::GLSLVersion m_glslVersion;
143 glu::Precision m_texCoordPrecision;
144 std::map<Program, glu::ShaderProgram*> m_programs;
150 TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision);
155 void renderQuad (int texUnit, const float* texCoord, glu::TextureTestUtil::TextureType texType);
156 void renderQuad (int texUnit, const float* texCoord, const glu::TextureTestUtil::RenderParams& params);
157 glu::Precision getTexCoordPrecision ();
163 const glu::RenderContext& m_renderCtx;