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