Home
last modified time | relevance | path

Searched refs:RandomCase (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDebugMarkerTests.cpp102 class RandomCase : public TestCase class
105 RandomCase (Context& context) in RandomCase() function in deqp::gles2::Functional::__anon30411::RandomCase
201 debugMarkerGroup->addChild(new RandomCase (context)); in createDebugMarkerTests()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp1388 class RandomCase : public TransformFeedbackCase
1391 RandomCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, deUint32 seed, bool elementCapture)
1798 primitiveGroup->addChild(new RandomCase(m_context, de::toString(ndx+1).c_str(), "", bufferMode, primitiveType, seed, true));
1824 primitiveGroup->addChild(new RandomCase(m_context, de::toString(ndx+1).c_str(), "", bufferMode, primitiveType, seed, false));

Completed in 3 milliseconds