Lines Matching full:vertex
21 * \brief Vertex texture tests.
218 * (S+1)*(S+1) distinct vertex positions, there are S*S*4 distinct vertices
570 throw tcu::NotSupportedError("Vertex texture image units not supported", "", __FILE__, __LINE__);
876 throw tcu::NotSupportedError("Vertex texture image units not supported", "", __FILE__, __LINE__);
1216 throw tcu::NotSupportedError("Vertex texture image units not supported", "", __FILE__, __LINE__);
1556 throw tcu::NotSupportedError("Vertex texture image units not supported", "", __FILE__, __LINE__);
1810 : TestCaseGroup(context, "vertex", "Vertex Texture Tests")
1821 TestCaseGroup* const group2D = new TestCaseGroup(m_context, "2d", "2D Vertex Texture Tests");
1822 TestCaseGroup* const groupCube = new TestCaseGroup(m_context, "cube", "Cube Map Vertex Texture Tests");
1823 TestCaseGroup* const group2DArray = new TestCaseGroup(m_context, "2d_array", "2D Array Vertex Texture Tests");
1824 TestCaseGroup* const group3D = new TestCaseGroup(m_context, "3d", "3D Vertex Texture Tests");
1825 TestCaseGroup* const filteringGroup2D = new TestCaseGroup(m_context, "filtering", "2D Vertex Texture Filtering Tests");
1826 TestCaseGroup* const wrapGroup2D = new TestCaseGroup(m_context, "wrap", "2D Vertex Texture Wrap Tests");
1827 TestCaseGroup* const filteringGroupCube = new TestCaseGroup(m_context, "filtering", "Cube Map Vertex Texture Filtering Tests");
1828 TestCaseGroup* const wrapGroupCube = new TestCaseGroup(m_context, "wrap", "Cube Map Vertex Texture Wrap Tests");
1829 TestCaseGroup* const filteringGroup2DArray = new TestCaseGroup(m_context, "filtering", "2D Array Vertex Texture Filtering Tests");
1830 TestCaseGroup* const wrapGroup2DArray = new TestCaseGroup(m_context, "wrap", "2D Array Vertex Texture Wrap Tests");
1831 TestCaseGroup* const filteringGroup3D = new TestCaseGroup(m_context, "filtering", "3D Vertex Texture Filtering Tests");
1832 TestCaseGroup* const wrapGroup3D = new TestCaseGroup(m_context, "wrap", "3D Vertex Texture Wrap Tests");