Move tcu::ResultCollector to a separate file.
authorJarkko Pöyry <jpoyry@google.com>
Thu, 12 Feb 2015 23:22:19 +0000 (15:22 -0800)
committerJarkko Pöyry <jpoyry@google.com>
Fri, 13 Feb 2015 19:03:15 +0000 (11:03 -0800)
commitab44fc6da25bb126919615ad2ded101695251161
tree37bc6c0f2f8fac32feb32df28c3d03602dbab0eb
parentcb82ed72dcbbfd8a6d07736c3259605227bc984f
Move tcu::ResultCollector to a separate file.

- Move tcu::ResultCollector to a separate file.
- Fix includes in tests.

Change-Id: I688d84e5de7bfa4c80b0034cdac4ea0e4fd2faa7
17 files changed:
Android.mk
framework/common/CMakeLists.txt
framework/common/tcuResultCollector.cpp [new file with mode: 0644]
framework/common/tcuResultCollector.hpp [new file with mode: 0644]
framework/common/tcuTestContext.cpp
framework/common/tcuTestContext.hpp
modules/egl/teglResizeTests.cpp
modules/gles3/performance/es3pDepthTests.cpp
modules/gles31/functional/es31fDebugTests.cpp
modules/gles31/functional/es31fFboNoAttachmentTests.cpp
modules/gles31/functional/es31fNegativeTestShared.cpp
modules/gles31/functional/es31fNegativeTestShared.hpp
modules/gles31/functional/es31fSeparateShaderTests.cpp
modules/glshared/glsBuiltinPrecisionTests.cpp
modules/glshared/glsDrawTest.hpp
modules/glshared/glsStateQueryUtil.hpp
modules/glshared/glsTextureBufferCase.cpp