Searched defs:ShaderIndexingTests (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
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!
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)
/external/deqp/modules/gles3/functional/
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 Des3fShaderIndexingTests.cpp955 // ShaderIndexingTests.
957 ShaderIndexingTests::ShaderIndexingTests(Context& context) function in class:deqp::gles3::Functional::ShaderIndexingTests
962 ShaderIndexingTests::~ShaderIndexingTests (void)
966 void ShaderIndexingTests::init (void)

Completed in 145 milliseconds