Lines Matching defs:DrawTestCase
670 class DrawTestCase : public TestCase
673 DrawTestCase (tcu::TestContext& context, const char* name, const T data);
674 ~DrawTestCase (void);
687 DrawTestCase<T>::DrawTestCase (tcu::TestContext& context, const char* name, const T data)
695 DrawTestCase<T>::~DrawTestCase (void)
700 void DrawTestCase<T>::initPrograms (vk::SourceCollections& programCollection) const
707 void DrawTestCase<T>::checkSupport (Context& context) const
734 void DrawTestCase<T>::initShaderSources (void)
767 TestInstance* DrawTestCase<T>::createInstance (Context& context) const
1534 typedef DrawTestCase<DrawParams> DrawCase;
1535 typedef DrawTestCase<DrawIndexedParams> IndexedCase;
1536 typedef DrawTestCase<DrawIndirectParams> IndirectCase;
1537 typedef DrawTestCase<DrawIndexedIndirectParams> IndexedIndirectCase;