Lines Matching refs:DrawTestCase
644 class DrawTestCase : public TestCase class
647 … DrawTestCase (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;
1486 typedef DrawTestCase<DrawIndexedParams> IndexedCase;
1487 typedef DrawTestCase<DrawIndirectParams> IndirectCase;
1488 typedef DrawTestCase<DrawIndexedIndirectParams> IndexedIndirectCase;