Home
last modified time | relevance | path

Searched refs:ShaderIndexingTests (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.hpp35 class ShaderIndexingTests : public TestCaseGroup class
38 ShaderIndexingTests (Context& context);
39 virtual ~ShaderIndexingTests (void);
44 ShaderIndexingTests (const ShaderIndexingTests&); // not allowed!
45 ShaderIndexingTests& operator= (const ShaderIndexingTests&); // not allowed!
Des2fShaderIndexingTests.cpp992 ShaderIndexingTests::ShaderIndexingTests(Context& context) in ShaderIndexingTests() function in deqp::gles2::Functional::ShaderIndexingTests
997 ShaderIndexingTests::~ShaderIndexingTests (void) in ~ShaderIndexingTests()
1001 void ShaderIndexingTests::init (void) in init()
Des2fFunctionalTests.cpp139 addChild(new ShaderIndexingTests (m_context)); in init()
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.hpp35 class ShaderIndexingTests : public TestCaseGroup class
38 ShaderIndexingTests (Context& context);
39 virtual ~ShaderIndexingTests (void);
44 ShaderIndexingTests (const ShaderIndexingTests&); // not allowed!
45 ShaderIndexingTests& operator= (const ShaderIndexingTests&); // not allowed!
Des3fShaderIndexingTests.cpp957 ShaderIndexingTests::ShaderIndexingTests(Context& context) in ShaderIndexingTests() function in deqp::gles3::Functional::ShaderIndexingTests
962 ShaderIndexingTests::~ShaderIndexingTests (void) in ~ShaderIndexingTests()
966 void ShaderIndexingTests::init (void) in init()
Des3fFunctionalTests.cpp212 addChild(new ShaderIndexingTests (m_context)); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp1036 class ShaderIndexingTests : public tcu::TestCaseGroup class
1039 ShaderIndexingTests (tcu::TestContext& context);
1040 virtual ~ShaderIndexingTests (void);
1045 ShaderIndexingTests (const ShaderIndexingTests&); // not allowed!
1046 ShaderIndexingTests& operator= (const ShaderIndexingTests&); // not allowed!
1049 ShaderIndexingTests::ShaderIndexingTests(tcu::TestContext& context) in ShaderIndexingTests() function in vkt::sr::__anon746248b90111::ShaderIndexingTests
1054 ShaderIndexingTests::~ShaderIndexingTests (void) in ~ShaderIndexingTests()
1058 void ShaderIndexingTests::init (void) in init()
1242 return new ShaderIndexingTests(testCtx); in createIndexingTests()