Home
last modified time | relevance | path

Searched refs:DrawElementsTestFunc (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/deps/glbench/src/
Dtestbase.h82 class DrawElementsTestFunc : public TestBase {
84 DrawElementsTestFunc() : count_(0) {} in DrawElementsTestFunc() function
85 virtual ~DrawElementsTestFunc() {} in ~DrawElementsTestFunc()
Dtrianglesetuptest.cc15 class TriangleSetupTest : public DrawElementsTestFunc {
Dattributefetchtest.cc12 class AttributeFetchShaderTest : public DrawElementsTestFunc {
Dvaryingsandddxytest.cc13 class VaryingsAndDdxyShaderTest : public DrawElementsTestFunc {
Dtestbase.cc220 bool DrawElementsTestFunc::TestFunc(uint64_t iterations) { in TestFunc()