Home
last modified time | relevance | path

Searched refs:DrawElementsTestFunc (Results 1 – 6 of 6) 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()
Ddrawsizetest.cc14 class DrawSizeTest : public DrawElementsTestFunc {
Dtrianglesetuptest.cc13 class TriangleSetupTest : public DrawElementsTestFunc {
Dattributefetchtest.cc11 class AttributeFetchShaderTest : public DrawElementsTestFunc {
Dvaryingsandddxytest.cc11 class VaryingsAndDdxyShaderTest : public DrawElementsTestFunc {
Dtestbase.cc220 bool DrawElementsTestFunc::TestFunc(uint64_t iterations) { in TestFunc()