Home | History | Annotate | Download | only in functional

Lines Matching refs:Vec4

58 					Texture2DShader			(const DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f), const tcu::Vec4& outBias = tcu::Vec4(0.0f));
62 void setTexScaleBias (int samplerNdx, const tcu::Vec4& scale, const tcu::Vec4& bias);
63 void setOutScaleBias (const tcu::Vec4& scale, const tcu::Vec4& bias);
74 tcu::Vec4 scale;
75 tcu::Vec4 bias;
79 tcu::Vec4 m_outScale;
80 tcu::Vec4 m_outBias;
93 void setTexScaleBias (const tcu::Vec4& scale, const tcu::Vec4& bias);
101 tcu::Vec4 m_texScale;
102 tcu::Vec4 m_texBias;
129 void clearColorBuffer (sglr::Context& ctx, const tcu::TextureFormat& format, const tcu::Vec4& value);
130 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias);