Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp9972 class ForbiddenCase : public TestBase class
9975ForbiddenCase(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::ForbiddenCase
9990 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()