Home | History | Annotate | Download | only in functional

Lines Matching refs:labels

1663 // Tests debug labels
2415 << "GL_MAX_LABEL_LENGTH is very large. Application having larger labels is unlikely, skipping test."
3231 tcu::TestCaseGroup* const labels = new tcu::TestCaseGroup(m_testCtx, "object_labels", "Labeling objects");
3252 addChild(labels);
3254 labels->addChild(new InitialLabelCase (m_context, "initial", "Debug label initial value"));
3255 labels->addChild(new ClearLabelCase (m_context, "clearing", "Debug label clearing"));
3256 labels->addChild(new SpecifyWithLengthCase (m_context, "specify_with_length", "Debug label specified with length"));
3257 labels->addChild(new BufferLimitedLabelCase (m_context, "buffer_limited_query", "Debug label query to too short buffer"));
3258 labels->addChild(new LabelMaxSizeCase (m_context, "max_label_length", "Max sized debug label"));
3259 labels->addChild(new LabelLengthCase (m_context, "query_length_only", "Query debug label length"));
3262 labels->addChild(new LabelCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].identifier));
3263 labels->addChild(new SyncLabelCase(m_context, "sync", "Debug label on a sync object"));