Merge "Add support for fatal errors to framework." into lmp-mr1-dev
authorJarkko Pöyry <jpoyry@google.com>
Fri, 30 Jan 2015 20:09:14 +0000 (20:09 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 30 Jan 2015 20:09:14 +0000 (20:09 +0000)
modules/glshared/glsTextureTestUtil.cpp

index 5f8abac..9cf6258 100644 (file)
@@ -2653,7 +2653,7 @@ int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess&  result,
                tcu::Vec2(-1, -1),
                tcu::Vec2(-1, +1),
                tcu::Vec2(+1, -1),
-               tcu::Vec2(+1, -1),
+               tcu::Vec2(+1, +1),
        };
 
        tcu::clear(errorMask, tcu::RGBA::green.toVec());