Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDifferingInterpolationTests.cpp92 class DrawTestCase : public TestCase class
95DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat…
96 ~DrawTestCase (void);
104 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anon2749592f0111::DrawTestCase
110 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
114 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
154 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
346 …testGroup->addChild(new DrawTestCase(testCtx, "flat_0", "Mismatching flat interpolation testcase 0… in createTests()
347 …testGroup->addChild(new DrawTestCase(testCtx, "flat_1", "Mismatching flat interpolation testcase 1… in createTests()
349 …testGroup->addChild(new DrawTestCase(testCtx, "noperspective_0", "Mismatching noperspective interp… in createTests()
[all …]
DvktDrawExplicitVertexParameterTests.cpp199 class DrawTestCase : public TestCase class
202DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat…
203 ~DrawTestCase (void);
212 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anonf36540fa0111::DrawTestCase
218 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
222 void DrawTestCase::checkSupport(Context &context) const in checkSupport()
230 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
305 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
609 testGroup->addChild(new DrawTestCase(testCtx, getTestName(params).c_str(), "", params)); in createTests()
DvktDrawMultipleInterpolationTests.cpp105 class DrawTestCase : public TestCase class
108 DrawTestCase (tcu::TestContext& testCtx,
112 ~DrawTestCase (void);
120 DrawTestCase::DrawTestCase (tcu::TestContext& testCtx, in DrawTestCase() function in vkt::Draw::__anonf7f04ced0111::DrawTestCase
129 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase()
133 void DrawTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
256 void DrawTestCase::checkSupport (Context& context) const in checkSupport()
262 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance()
632 group->addChild(new DrawTestCase(testCtx, testVariant.name, testVariant.desc, params)); in createTests()
DvktBasicDrawTests.cpp535 class DrawTestCase : public TestCase class
538DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const T data);
539 ~DrawTestCase (void);
552 DrawTestCase<T>::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const… in DrawTestCase() function in vkt::Draw::__anon55a7ac1b0111::DrawTestCase
560 DrawTestCase<T>::~DrawTestCase (void) in ~DrawTestCase()
565 void DrawTestCase<T>::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
572 void DrawTestCase<T>::checkSupport (Context& context) const in checkSupport()
591 void DrawTestCase<T>::initShaderSources (void) in initShaderSources()
624 TestInstance* DrawTestCase<T>::createInstance (Context& context) const in createInstance()
1129 typedef DrawTestCase<DrawParams> DrawCase;
[all …]