/external/deqp/modules/gles2/functional/ |
D | es2fRandomShaderTests.cpp | 61 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local 62 addChild(vertexGroup); in init() 72 …vertexGroup->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() 103 …vertexGroup->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() 132 …vertexGroup->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/ |
D | es3fRandomShaderTests.cpp | 63 …tcu::TestCaseGroup* vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Vertex-only tests"); in init() local 64 addChild(vertexGroup); in init() 74 …vertexGroup->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() 105 …vertexGroup->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() 134 …vertexGroup->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/ |
D | es3sSpecialFloatTests.cpp | 2088 …tcu::TestCaseGroup* const vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Run vertex … in init() local 2094 …vertexGroup->addChild(new VertexAttributeCase (m_context, "attribute_buffer", "special attribute… in init() 2095 …vertexGroup->addChild(new VertexAttributeCase (m_context, "attribute_client", "special attribute… in init() 2096 …vertexGroup->addChild(new UniformCase (m_context, "uniform", "special uniform values", … in init() 2097 …vertexGroup->addChild(new TextureCase (m_context, "texture", "texture with special floating … in init() 2098 …vertexGroup->addChild(new TextureCase (m_context, "texture_pbo", "texture (via pbo) with spec… in init() 2099 …vertexGroup->addChild(new TextureCase (m_context, "texture_shadow", "shadow texture with speci… in init() 2100 …vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture co… in init() 2101 …vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special textur… in init() 2102 …vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod", … in init() [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1717 …tcu::TestCaseGroup* const vertexGroup = new tcu::TestCaseGroup(m_testCtx, "vertex", "Run vertex sh… in init() local 1723 …vertexGroup->addChild(new VertexAttributeCase (m_context, "attribute_buffer", "special attribute… in init() 1724 …vertexGroup->addChild(new VertexAttributeCase (m_context, "attribute_client", "special attribute… in init() 1725 …vertexGroup->addChild(new UniformCase (m_context, "uniform", "special uniform values", … in init() 1726 …vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture co… in init() 1727 …vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special textur… in init() 1728 …vertexGroup->addChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod", … in init() 1730 addChild(vertexGroup); in init()
|