Searched refs:DrawElementsTestFunc (Results 1 – 6 of 6) sorted by relevance
82 class DrawElementsTestFunc : public TestBase {84 DrawElementsTestFunc() : count_(0) {} in DrawElementsTestFunc() function85 virtual ~DrawElementsTestFunc() {} in ~DrawElementsTestFunc()
14 class DrawSizeTest : public DrawElementsTestFunc {
13 class TriangleSetupTest : public DrawElementsTestFunc {
11 class AttributeFetchShaderTest : public DrawElementsTestFunc {
11 class VaryingsAndDdxyShaderTest : public DrawElementsTestFunc {
220 bool DrawElementsTestFunc::TestFunc(uint64_t iterations) { in TestFunc()