Searched refs:ForbiddenCase (Results 1 – 1 of 1) sorted by relevance
9972 class ForbiddenCase : public TestBase class9975 …ForbiddenCase(deqp::Context& context, GLenum source_attachment_types, GLenum destination_attachmen…9976 virtual ~ForbiddenCase();9984 ForbiddenCase::ForbiddenCase(deqp::Context& context, GLenum source_attachment_types, in ForbiddenCase() function in es3cts::ForbiddenCase9990 ForbiddenCase::~ForbiddenCase() in ~ForbiddenCase()9994 tcu::TestNode::IterateResult ForbiddenCase::iterate(void) in iterate()10096 bool ForbiddenCase::execute(GLenum src_internal_format, GLenum dst_internal_format, GLuint src_obje… in execute()10235 forbiddenGroup->addChild(new ForbiddenCase(m_context, srcAttachmentType, dstAttachmentType)); in init()