Lines Matching defs:depth
564 void addStorageCases (MultiVertexArrayTest::Spec spec, int depth);
593 void MultiVertexArrayStorageTests::addStorageCases (MultiVertexArrayTest::Spec spec, int depth)
595 if (depth == 0)
634 addStorageCases(_spec, depth-1);
666 void addStrideCases (MultiVertexArrayTest::Spec spec, int depth);
713 void MultiVertexArrayStrideTests::addStrideCases (MultiVertexArrayTest::Spec spec, int depth)
715 if (depth == 0)
741 addStrideCases(_spec, depth-1);
757 void addInputTypeCases (MultiVertexArrayTest::Spec spec, int depth);
804 void MultiVertexArrayOutputTests::addInputTypeCases (MultiVertexArrayTest::Spec spec, int depth)
806 if (depth == 0)
830 addInputTypeCases(_spec, depth-1);