Commit 089eac22 by Jamie Madill Committed by Commit Bot

Perf tests: remove redundant null naming.

Bug: None Change-Id: I9e3e0d8b160a438c9001d9dbd4bb067355b9e562 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2475457Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent e416c92a
...@@ -89,11 +89,6 @@ std::string UniformsParams::story() const ...@@ -89,11 +89,6 @@ std::string UniformsParams::story() const
strstr << RenderTestParams::story(); strstr << RenderTestParams::story();
if (eglParameters.deviceType == EGL_PLATFORM_ANGLE_DEVICE_TYPE_NULL_ANGLE)
{
strstr << "_null";
}
if (dataType == DataType::VEC4) if (dataType == DataType::VEC4)
{ {
strstr << "_" << (numVertexUniforms + numFragmentUniforms) << "_vec4"; strstr << "_" << (numVertexUniforms + numFragmentUniforms) << "_vec4";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment