Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fRandomShaderTests.cpp61 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local
62 addChild(vertexGroup); in init()
72vertexGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", … in init()
92 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local
93 addChild(vertexGroup); in init()
103vertexGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", … in init()
124 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local
125 addChild(vertexGroup); in init()
132vertexGroup->addChild(createRandomShaderCase(m_context, "Vector swizzles in vertex shader", para… in init()
152 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fRandomShaderTests.cpp63 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local
64 addChild(vertexGroup); in init()
74vertexGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", … in init()
94 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local
95 addChild(vertexGroup); in init()
105vertexGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", … in init()
126 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local
127 addChild(vertexGroup); in init()
134vertexGroup->addChild(createRandomShaderCase(m_context, "Vector swizzles in vertex shader", para… in init()
154 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local
[all …]
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp2088 …tcu::TestCaseGroup* const vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Run vertex … in init() local
2094vertexGroup->addChild(new VertexAttributeCase (m_context, "attribute_buffer", "special attribute… in init()
2095vertexGroup->addChild(new VertexAttributeCase (m_context, "attribute_client", "special attribute… in init()
2096vertexGroup->addChild(new UniformCase (m_context, "uniform", "special uniform values", … in init()
2097vertexGroup->addChild(new TextureCase (m_context, "texture", "texture with special floating … in init()
2098vertexGroup->addChild(new TextureCase (m_context, "texture_pbo", "texture (via pbo) with spec… in init()
2099vertexGroup->addChild(new TextureCase (m_context, "texture_shadow", "shadow texture with speci… in init()
2100vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture co… in init()
2101vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special textur… in init()
2102vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod", … in init()
[all …]
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1717 …tcu::TestCaseGroup* const vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Run vertex sh… in init() local
1723vertexGroup->addChild(new VertexAttributeCase (m_context, "attribute_buffer", "special attribute… in init()
1724vertexGroup->addChild(new VertexAttributeCase (m_context, "attribute_client", "special attribute… in init()
1725vertexGroup->addChild(new UniformCase (m_context, "uniform", "special uniform values", … in init()
1726vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture co… in init()
1727vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special textur… in init()
1728vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod", … in init()
1730 addChild(vertexGroup); in init()