Home
last modified time | relevance | path

Searched refs:DrawTestCase (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawDifferingInterpolationTests.cpp102 class DrawTestCase : public TestCase class
105DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat…
106 ~DrawTestCase (void);
115 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anona4157ac60111::DrawTestCase
121 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
125 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
165 void DrawTestCase::checkSupport(Context& context) const in checkSupport()
171 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
475 …testGroup->addChild(new DrawTestCase(testCtx, "flat_0", "Mismatching flat interpolation testcase 0… in createTests()
476 …testGroup->addChild(new DrawTestCase(testCtx, "flat_1", "Mismatching flat interpolation testcase 1… in createTests()
[all …]
DvktDrawExplicitVertexParameterTests.cpp223 class DrawTestCase : public TestCase class
226DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat…
227 ~DrawTestCase (void);
236 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anon09b595710111::DrawTestCase
242 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
246 void DrawTestCase::checkSupport(Context &context) const in checkSupport()
257 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
332 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
783 testGroup->addChild(new DrawTestCase(testCtx, getTestName(params).c_str(), "", params)); in createTests()
DvktDrawMultipleInterpolationTests.cpp136 class DrawTestCase : public TestCase class
139 DrawTestCase (tcu::TestContext& testCtx,
143 ~DrawTestCase (void);
151 DrawTestCase::DrawTestCase (tcu::TestContext& testCtx, in DrawTestCase() function in vkt::Draw::__anona66317a40111::DrawTestCase
160 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
164 void DrawTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
307 void DrawTestCase::checkSupport (Context& context) const in checkSupport()
319 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
954 sampleGroup->addChild(new DrawTestCase(testCtx, testVariant.name, testVariant.desc, params)); in createTests()
DvktBasicDrawTests.cpp644 class DrawTestCase : public TestCase class
647DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const T data);
648 ~DrawTestCase (void);
661 DrawTestCase<T>::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const… in DrawTestCase() function in vkt::Draw::__anonc561e8d20111::DrawTestCase
669 DrawTestCase<T>::~DrawTestCase (void) in ~DrawTestCase()
674 void DrawTestCase<T>::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
681 void DrawTestCase<T>::checkSupport (Context& context) const in checkSupport()
705 void DrawTestCase<T>::initShaderSources (void) in initShaderSources()
738 TestInstance* DrawTestCase<T>::createInstance (Context& context) const in createInstance()
1485 typedef DrawTestCase<DrawParams> DrawCase;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawDifferingInterpolationTests.cpp102 class DrawTestCase : public TestCase class
105DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat…
106 ~DrawTestCase (void);
115 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anon5525a9460111::DrawTestCase
121 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
125 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
165 void DrawTestCase::checkSupport(Context& context) const in checkSupport()
171 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
475 …testGroup->addChild(new DrawTestCase(testCtx, "flat_0", "Mismatching flat interpolation testcase 0… in createTests()
476 …testGroup->addChild(new DrawTestCase(testCtx, "flat_1", "Mismatching flat interpolation testcase 1… in createTests()
[all …]
DvktDrawExplicitVertexParameterTests.cpp223 class DrawTestCase : public TestCase class
226DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat…
227 ~DrawTestCase (void);
236 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anondccb93f10111::DrawTestCase
242 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
246 void DrawTestCase::checkSupport(Context &context) const in checkSupport()
257 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
332 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
783 testGroup->addChild(new DrawTestCase(testCtx, getTestName(params).c_str(), "", params)); in createTests()
DvktDrawMultipleInterpolationTests.cpp136 class DrawTestCase : public TestCase class
139 DrawTestCase (tcu::TestContext& testCtx,
143 ~DrawTestCase (void);
151 DrawTestCase::DrawTestCase (tcu::TestContext& testCtx, in DrawTestCase() function in vkt::Draw::__anon46e776240111::DrawTestCase
160 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
164 void DrawTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
307 void DrawTestCase::checkSupport (Context& context) const in checkSupport()
319 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
954 sampleGroup->addChild(new DrawTestCase(testCtx, testVariant.name, testVariant.desc, params)); in createTests()
DvktBasicDrawTests.cpp644 class DrawTestCase : public TestCase class
647DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const T data);
648 ~DrawTestCase (void);
661 DrawTestCase<T>::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const… in DrawTestCase() function in vkt::Draw::__anona9f947520111::DrawTestCase
669 DrawTestCase<T>::~DrawTestCase (void) in ~DrawTestCase()
674 void DrawTestCase<T>::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
681 void DrawTestCase<T>::checkSupport (Context& context) const in checkSupport()
705 void DrawTestCase<T>::initShaderSources (void) in initShaderSources()
738 TestInstance* DrawTestCase<T>::createInstance (Context& context) const in createInstance()
1485 typedef DrawTestCase<DrawParams> DrawCase;
[all …]