Lines Matching full:vertex
21 * \brief Vertex texture tests.
168 * (S+1)*(S+1) distinct vertex positions, there are S*S*4 distinct vertices
469 throw tcu::NotSupportedError("Vertex texture image units not supported", "", __FILE__, __LINE__);
772 throw tcu::NotSupportedError("Vertex texture image units not supported", "", __FILE__, __LINE__);
1023 : TestCaseGroup(context, "vertex", "Vertex Texture Tests")
1034 TestCaseGroup* const group2D = new TestCaseGroup(m_context, "2d", "2D Vertex Texture Tests");
1035 TestCaseGroup* const groupCube = new TestCaseGroup(m_context, "cube", "Cube Map Vertex Texture Tests");
1036 TestCaseGroup* const filteringGroup2D = new TestCaseGroup(m_context, "filtering", "2D Vertex Texture Filtering Tests");
1037 TestCaseGroup* const wrapGroup2D = new TestCaseGroup(m_context, "wrap", "2D Vertex Texture Wrap Tests");
1038 TestCaseGroup* const filteringGroupCube = new TestCaseGroup(m_context, "filtering", "Cube Map Vertex Texture Filtering Tests");
1039 TestCaseGroup* const wrapGroupCube = new TestCaseGroup(m_context, "wrap", "Cube Map Vertex Texture Wrap Tests");