Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilitySampleVariablesTests.cpp922 …tcu::TestCaseGroup* positionGroup = new tcu::TestCaseGroup(m_testCtx, "position", "gl_SamplePositi… in init() local
923 addChild(positionGroup); in init()
934 positionGroup->addChild(positionFixedGroup); in init()
/external/deqp/external/openglcts/modules/common/
DglcSampleVariablesTests.cpp924 …tcu::TestCaseGroup* positionGroup = new tcu::TestCaseGroup(m_testCtx, "position", "gl_SamplePositi… in init() local
925 addChild(positionGroup); in init()
936 positionGroup->addChild(positionFixedGroup); in init()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1618 …tcu::TestCaseGroup* positionGroup = new tcu::TestCaseGroup(m_testCtx, "position", "gl_Position cap… in init() local
1619 addChild(positionGroup); in init()
1626positionGroup->addChild(new PositionCase(m_context, name.c_str(), "", bufferModes[bufferMode].mode… in init()