Searched refs:outScale (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.cpp | 150 …r (const DataTypes& samplerTypes, glu::DataType outputType, const Vec4& outScale, const Vec4& outB… in Texture2DShader() argument 152 , m_outScale (outScale) in Texture2DShader() 216 const tcu::Vec4 outScale (m_uniforms[0].value.f4); in shadeFragments() local 252 const tcu::Vec4 color = colors[fragNdx] * outScale + outBias; in shadeFragments()
|
D | es31fFboTestUtil.hpp | 58 …nst DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f)…
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.cpp | 307 …r (const DataTypes& samplerTypes, glu::DataType outputType, const Vec4& outScale, const Vec4& outB… in Texture2DShader() argument 309 , m_outScale (outScale) in Texture2DShader() 373 const tcu::Vec4 outScale (m_uniforms[0].value.f4); in shadeFragments() local 409 const tcu::Vec4 color = colors[fragNdx] * outScale + outBias; in shadeFragments()
|
D | es3fFboTestUtil.hpp | 88 …nst DataTypes& samplerTypes, glu::DataType outputType, const tcu::Vec4& outScale = tcu::Vec4(1.0f)…
|