| Index: tests/FloatingPointTextureTest.cpp
|
| diff --git a/tests/FloatingPointTextureTest.cpp b/tests/FloatingPointTextureTest.cpp
|
| index 3a8d63cae903ecd5e6468e240df65227229e3208..a20b8a2efaf1e58cb6197ad81f0db0a7babb610a 100644
|
| --- a/tests/FloatingPointTextureTest.cpp
|
| +++ b/tests/FloatingPointTextureTest.cpp
|
| @@ -62,7 +62,7 @@ static const float kMaxIntegerRepresentableInSPFloatingPoint = 16777216; // 2 ^
|
|
|
| DEF_GPUTEST_FOR_RENDERING_CONTEXTS(FloatingPointTextureTest, reporter, context) {
|
| runFPTest<float>(reporter, context, FLT_MIN, FLT_MAX, FLT_EPSILON,
|
| - kMaxIntegerRepresentableInSPFloatingPoint,
|
| + kMaxIntegerRepresentableInSPFloatingPoint,
|
| FP_CONTROL_ARRAY_SIZE, kRGBA_float_GrPixelConfig);
|
| }
|
|
|
|
|