Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fRandomShaderTests.cpp64 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local
65 addChild(fragmentGroup); in init()
73fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader",… in init()
95 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local
96 addChild(fragmentGroup); in init()
104fragmentGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in fragment shader",… in init()
127 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local
128 addChild(fragmentGroup); in init()
133fragmentGroup->addChild(createRandomShaderCase(m_context, "Vector swizzles in fragment shader", pa… in init()
155 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fRandomShaderTests.cpp66 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local
67 addChild(fragmentGroup); in init()
75fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader",… in init()
97 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local
98 addChild(fragmentGroup); in init()
106fragmentGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in fragment shader",… in init()
129 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local
130 addChild(fragmentGroup); in init()
135fragmentGroup->addChild(createRandomShaderCase(m_context, "Vector swizzles in fragment shader", pa… in init()
157 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local
[all …]
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp2089 …tcu::TestCaseGroup* const fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Run fra… in init() local
2110fragmentGroup->addChild(new VertexAttributeCase (m_context, "attribute_buffer", "special attribu… in init()
2111fragmentGroup->addChild(new VertexAttributeCase (m_context, "attribute_client", "special attribu… in init()
2112fragmentGroup->addChild(new UniformCase (m_context, "uniform", "special uniform values", … in init()
2113fragmentGroup->addChild(new TextureCase (m_context, "texture", "texture with special floatin… in init()
2114fragmentGroup->addChild(new TextureCase (m_context, "texture_pbo", "texture (via pbo) with sp… in init()
2115fragmentGroup->addChild(new TextureCase (m_context, "texture_shadow", "shadow texture with spe… in init()
2116fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture … in init()
2117fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special text… in init()
2118fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod"… in init()
[all …]
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1718 …tcu::TestCaseGroup* const fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Run fragm… in init() local
1735fragmentGroup->addChild(new VertexAttributeCase (m_context, "attribute_buffer", "special attribu… in init()
1736fragmentGroup->addChild(new VertexAttributeCase (m_context, "attribute_client", "special attribu… in init()
1737fragmentGroup->addChild(new UniformCase (m_context, "uniform", "special uniform values", … in init()
1738fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture … in init()
1739fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special text… in init()
1740fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod"… in init()
1742 addChild(fragmentGroup); in init()