Searched refs:fragmentGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fRandomShaderTests.cpp | 64 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local 65 addChild(fragmentGroup); in init() 73 …fragmentGroup->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() 104 …fragmentGroup->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() 133 …fragmentGroup->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/ |
D | es3fRandomShaderTests.cpp | 66 …tcu::TestCaseGroup* fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Fragment-only t… in init() local 67 addChild(fragmentGroup); in init() 75 …fragmentGroup->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() 106 …fragmentGroup->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() 135 …fragmentGroup->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/ |
D | es3sSpecialFloatTests.cpp | 2089 …tcu::TestCaseGroup* const fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Run fra… in init() local 2110 …fragmentGroup->addChild(new VertexAttributeCase (m_context, "attribute_buffer", "special attribu… in init() 2111 …fragmentGroup->addChild(new VertexAttributeCase (m_context, "attribute_client", "special attribu… in init() 2112 …fragmentGroup->addChild(new UniformCase (m_context, "uniform", "special uniform values", … in init() 2113 …fragmentGroup->addChild(new TextureCase (m_context, "texture", "texture with special floatin… in init() 2114 …fragmentGroup->addChild(new TextureCase (m_context, "texture_pbo", "texture (via pbo) with sp… in init() 2115 …fragmentGroup->addChild(new TextureCase (m_context, "texture_shadow", "shadow texture with spe… in init() 2116 …fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture … in init() 2117 …fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special text… in init() 2118 …fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod"… in init() [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 1718 …tcu::TestCaseGroup* const fragmentGroup = new tcu::TestCaseGroup(m_testCtx, "fragment", "Run fragm… in init() local 1735 …fragmentGroup->addChild(new VertexAttributeCase (m_context, "attribute_buffer", "special attribu… in init() 1736 …fragmentGroup->addChild(new VertexAttributeCase (m_context, "attribute_client", "special attribu… in init() 1737 …fragmentGroup->addChild(new UniformCase (m_context, "uniform", "special uniform values", … in init() 1738 …fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord", "special texture … in init() 1739 …fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_tex_coord_cube", "special text… in init() 1740 …fragmentGroup->addChild(new TextureSamplerCase (m_context, "sampler_lod", "special texture lod"… in init() 1742 addChild(fragmentGroup); in init()
|