Searched refs:ShaderIndexingTests (Results 1 - 6 of 6) sorted by last modified time

/external/deqp/modules/gles3/functional/
H A Des3fShaderIndexingTests.cpp955 // ShaderIndexingTests.
957 ShaderIndexingTests::ShaderIndexingTests(Context& context) function in class:deqp::gles3::Functional::ShaderIndexingTests
962 ShaderIndexingTests::~ShaderIndexingTests (void)
966 void ShaderIndexingTests::init (void)
H A Des3fShaderIndexingTests.hpp35 class ShaderIndexingTests : public TestCaseGroup class in namespace:deqp::gles3::Functional
38 ShaderIndexingTests (Context& context);
39 virtual ~ShaderIndexingTests (void);
44 ShaderIndexingTests (const ShaderIndexingTests&); // not allowed!
45 ShaderIndexingTests& operator= (const ShaderIndexingTests&); // not allowed!
H A Des3fFunctionalTests.cpp208 addChild(new ShaderIndexingTests (m_context));
/external/deqp/modules/gles2/functional/
H A Des2fFunctionalTests.cpp138 addChild(new ShaderIndexingTests (m_context));
H A Des2fShaderIndexingTests.cpp990 // ShaderIndexingTests.
992 ShaderIndexingTests::ShaderIndexingTests(Context& context) function in class:deqp::gles2::Functional::ShaderIndexingTests
997 ShaderIndexingTests::~ShaderIndexingTests (void)
1001 void ShaderIndexingTests::init (void)
H A Des2fShaderIndexingTests.hpp35 class ShaderIndexingTests : public TestCaseGroup class in namespace:deqp::gles2::Functional
38 ShaderIndexingTests (Context& context);
39 virtual ~ShaderIndexingTests (void);
44 ShaderIndexingTests (const ShaderIndexingTests&); // not allowed!
45 ShaderIndexingTests& operator= (const ShaderIndexingTests&); // not allowed!

Completed in 664 milliseconds