Searched defs:ShaderOperatorTests (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.hpp35 class ShaderOperatorTests : public TestCaseGroup class in namespace:deqp::gles2::Functional
38 ShaderOperatorTests (Context& context);
39 virtual ~ShaderOperatorTests (void);
44 ShaderOperatorTests (const ShaderOperatorTests&); // not allowed!
45 ShaderOperatorTests& operator= (const ShaderOperatorTests&); // not allowed!
H A Des2fShaderOperatorTests.cpp602 // ShaderOperatorTests.
604 ShaderOperatorTests::ShaderOperatorTests(Context& context) function in class:deqp::gles2::Functional::ShaderOperatorTests
609 ShaderOperatorTests::~ShaderOperatorTests (void)
907 void ShaderOperatorTests::init (void)
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.hpp36 class ShaderOperatorTests : public TestCaseGroup class in namespace:deqp::gles2::Performance
39 ShaderOperatorTests (Context& context);
40 ~ShaderOperatorTests (void);
45 ShaderOperatorTests (const ShaderOperatorTests& other);
46 ShaderOperatorTests& operator= (const ShaderOperatorTests& other);
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.hpp35 class ShaderOperatorTests : public TestCaseGroup class in namespace:deqp::gles3::Functional
38 ShaderOperatorTests (Context& context);
39 virtual ~ShaderOperatorTests (void);
44 ShaderOperatorTests (const ShaderOperatorTests&); // not allowed!
45 ShaderOperatorTests& operator= (const ShaderOperatorTests&); // not allowed!
H A Des3fShaderOperatorTests.cpp883 // ShaderOperatorTests.
885 ShaderOperatorTests::ShaderOperatorTests(Context& context) function in class:deqp::gles3::Functional::ShaderOperatorTests
890 ShaderOperatorTests::~ShaderOperatorTests (void)
1351 void ShaderOperatorTests::init (void)
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.hpp36 class ShaderOperatorTests : public TestCaseGroup class in namespace:deqp::gles3::Performance
39 ShaderOperatorTests (Context& context);
40 ~ShaderOperatorTests (void);
45 ShaderOperatorTests (const ShaderOperatorTests& other);
46 ShaderOperatorTests& operator= (const ShaderOperatorTests& other);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp1301 // ShaderOperatorTests.
1303 class ShaderOperatorTests : public tcu::TestCaseGroup class in namespace:vkt::sr::__anon3903
1306 ShaderOperatorTests (tcu::TestContext& context);
1307 virtual ~ShaderOperatorTests (void);
1312 ShaderOperatorTests (const ShaderOperatorTests&); // not allowed!
1313 ShaderOperatorTests& operator= (const ShaderOperatorTests&); // not allowed!
1316 ShaderOperatorTests::ShaderOperatorTests(tc function in class:vkt::sr::__anon3903::ShaderOperatorTests
[all...]

Completed in 123 milliseconds