Searched refs:texScale (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp401 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
539 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const argument
543 const Vec2 sizeRatio = texScale*srcSize / dstSize;
704 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
857 float VertexCubeTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const argument
861 const Vec2 sizeRatio = texScale*srcSize / dstSize;
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp527 const tcu::Vec4 texScale (m_uniforms[2].value.f4);
547 const tcu::Vec4 color = colors[fragNdx] * texScale + texBias;
634 const tcu::Vec4 texScale (m_uniforms[1].value.f4);
655 const tcu::Vec4 color = colors[fragNdx] * texScale + texBias;
742 const tcu::Vec4 texScale (m_uniforms[1].value.f4);
763 const tcu::Vec4 color = colors[fragNdx] * texScale + texBias;
H A Des3fVertexTextureTests.cpp499 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
640 float Vertex2DTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const argument
644 const Vec2 sizeRatio = texScale*srcSize / dstSize;
805 float calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const;
961 float VertexCubeTextureCase::calculateLod (const Vec2& texScale, const Vec2& dstSize, int textureNdx) const argument
965 const Vec2 sizeRatio = texScale*srcSize / dstSize;
/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp381 const tcu::Vec4 texScale (m_uniforms[2].value.f4);
401 const tcu::Vec4 color = colors[fragNdx] * texScale + texBias;

Completed in 215 milliseconds