Lines Matching defs:depth
777 void addStorageCases (MultiVertexArrayTest::Spec spec, int depth);
806 void MultiVertexArrayStorageTests::addStorageCases (MultiVertexArrayTest::Spec spec, int depth)
808 if (depth == 0)
847 addStorageCases(_spec, depth-1);
879 void addStrideCases (MultiVertexArrayTest::Spec spec, int depth);
926 void MultiVertexArrayStrideTests::addStrideCases (MultiVertexArrayTest::Spec spec, int depth)
928 if (depth == 0)
954 addStrideCases(_spec, depth-1);
970 void addInputTypeCases (MultiVertexArrayTest::Spec spec, int depth);
1017 void MultiVertexArrayOutputTests::addInputTypeCases (MultiVertexArrayTest::Spec spec, int depth)
1019 if (depth == 0)
1043 addInputTypeCases(_spec, depth-1);