Home | History | Annotate | Download | only in functional

Lines Matching refs:genTestDescription

255 	static std::string	genTestDescription	(int flags);
267 : BindingRenderCase (ctx, name, genTestDescription(flags).c_str(), isDataUnaligned(flags))
411 std::string SingleBindingCase::genTestDescription (int flags)
553 std::string genTestDescription (int flags) const;
563 : BindingRenderCase (ctx, name, genTestDescription(flags).c_str(), false)
695 std::string MultipleBindingCase::genTestDescription (int flags) const