Lines Matching refs:tcu
61 void setColor (sglr::Context& context, deUint32 program, const tcu::Vec4& color);
76 …Gradient (sglr::Context& context, deUint32 program, const tcu::Vec4& gradientMin, const tcu::Vec…
88 …lerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f), const tcu::Vec4& …
92 void setTexScaleBias (int samplerNdx, const tcu::Vec4& scale, const tcu::Vec4& bias);
93 void setOutScaleBias (const tcu::Vec4& scale, const tcu::Vec4& bias);
104 tcu::Vec4 scale;
105 tcu::Vec4 bias;
109 tcu::Vec4 m_outScale;
110 tcu::Vec4 m_outBias;
121 void setFace (tcu::CubeFace face);
122 void setTexScaleBias (const tcu::Vec4& scale, const tcu::Vec4& bias);
130 tcu::Mat3 m_coordMat;
131 tcu::Vec4 m_texScale;
132 tcu::Vec4 m_texBias;
144 void setTexScaleBias (const tcu::Vec4& scale, const tcu::Vec4& bias);
152 tcu::Vec4 m_texScale;
153 tcu::Vec4 m_texBias;
166 void setTexScaleBias (const tcu::Vec4& scale, const tcu::Vec4& bias);
174 tcu::Vec4 m_texScale;
175 tcu::Vec4 m_texBias;
187 …ntext, deUint32 program, const float gradientMin, const float gradientMax, const tcu::Vec4& color);
200 class FboIncompleteException : public tcu::TestError
214 glu::DataType getFragmentOutputType (const tcu::TextureFormat& format);
215 tcu::TextureFormat getFramebufferReadFormat (const tcu::TextureFormat& format);
219 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec…
220 …:Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& f…
222 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format);
223 tcu::RGBA getFormatThreshold (const deUint32 glFormat);
225 tcu::RGBA getToSRGBConversionThreshold (const tcu::TextureFormat& src, const tcu::TextureFormat…