X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fgles31%2Ffunctional%2Fes31fFunctionalTests.cpp;h=3fb407e37c4ff0211a7272f5894b9eaa8ec24e6e;hb=e7739b2382f0c5a23c6218fd322647050f0f3eff;hp=8e2a3c6fd466eec02da5ffab1cf0a244bcfe8d8e;hpb=50d8f31f524a5f315ba97f366975ccec0b47ef03;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/modules/gles31/functional/es31fFunctionalTests.cpp b/modules/gles31/functional/es31fFunctionalTests.cpp index 8e2a3c6..3fb407e 100644 --- a/modules/gles31/functional/es31fFunctionalTests.cpp +++ b/modules/gles31/functional/es31fFunctionalTests.cpp @@ -90,6 +90,8 @@ #include "es31fDrawBuffersIndexedTests.hpp" #include "es31fDefaultVertexArrayObjectTests.hpp" #include "es31fSRGBDecodeTests.hpp" +#include "es31fDrawElementsBaseVertexTests.hpp" +#include "es31fShaderFramebufferFetchTests.hpp" namespace deqp { @@ -201,6 +203,7 @@ public: addChild(new ShaderHelperInvocationTests (m_context)); addChild(new ShaderLibraryTest (m_context, "implicit_conversions", "GL_EXT_shader_implicit_conversions Tests")); addChild(new ShaderLibraryTest (m_context, "uniform_block", "Uniform block tests")); + addChild(new ShaderFramebufferFetchTests (m_context)); } }; @@ -355,6 +358,7 @@ void FunctionalTests::init (void) addChild(createDrawBuffersIndexedTests (m_context)); addChild(new DefaultVertexArrayObjectTests (m_context)); addChild(new SRGBTextureDecodeTests (m_context)); + addChild(new DrawElementsBaseVertexTests (m_context)); } } // Functional