Home
last modified time | relevance | path

Searched refs:SampleVariableTests (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSampleVariableTests.hpp36 class SampleVariableTests : public TestCaseGroup class
39 SampleVariableTests (Context& context);
40 ~SampleVariableTests (void);
45 SampleVariableTests (const SampleVariableTests& other);
46 SampleVariableTests& operator= (const SampleVariableTests& other);
Des31fFunctionalTests.cpp256 addChild(new SampleVariableTests (m_context)); in init()
Des31fSampleVariableTests.cpp2210 SampleVariableTests::SampleVariableTests (Context& context) in SampleVariableTests() function in deqp::gles31::Functional::SampleVariableTests
2215 SampleVariableTests::~SampleVariableTests (void) in ~SampleVariableTests()
2219 void SampleVariableTests::init (void) in init()