HomeSort by relevance Sort by last modified time
    Searched full:constraintsgroup (Results 1 - 1 of 1) sorted by null

  /external/deqp/modules/egl/
teglQueryConfigTests.cpp 571 tcu::TestCaseGroup* constraintsGroup = new tcu::TestCaseGroup(m_testCtx, "constraints", "Attribute constraint tests");
572 addChild(constraintsGroup);
574 constraintsGroup->addChild(new GetConfigAttribBufferSizeCase(m_eglTestCtx, "color_buffer_size", "Color buffer component sizes"));
575 constraintsGroup->addChild(new GetConfigAttribTransparentValueCase(m_eglTestCtx, "transparent_value", "Transparent color value"));

Completed in 784 milliseconds