Searched refs:IsDrawTest (Results 1 - 10 of 10) sorted by relevance

/external/autotest/client/deps/glbench/src/
H A Dtestbase.h55 virtual bool IsDrawTest() const = 0;
65 virtual bool IsDrawTest() const { return true; } function in class:glbench::DrawArraysTestFunc
87 virtual bool IsDrawTest() const { return true; } function in class:glbench::DrawElementsTestFunc
H A Dglinterfacetest.h23 virtual bool IsDrawTest() const { return !render_func_.is_null(); } function in class:glbench::GLInterfaceTest
H A Dtextureupdatetest.cc21 virtual bool IsDrawTest() const { return true; } function in class:glbench::TextureUpdateTest
H A Dtextureuploadtest.cc20 virtual bool IsDrawTest() const { return false; } function in class:glbench::TextureUploadTest
H A Dcleartest.cc19 virtual bool IsDrawTest() const { return true; } function in class:glbench::ClearTest
H A Dreadpixeltest.cc22 virtual bool IsDrawTest() const { return false; } function in class:glbench::ReadPixelTest
H A Dtexturereusetest.cc22 virtual bool IsDrawTest() const { return true; } function in class:glbench::TextureReuseTest
H A Dattributefetchtest.cc18 virtual bool IsDrawTest() const { return false; } function in class:glbench::AttributeFetchShaderTest
H A Dtestbase.cc139 if (!test->IsDrawTest()) {
H A Dwindowmanagercompositingtest.cc27 virtual bool IsDrawTest() const { return true; } function in class:glbench::WindowManagerCompositingTest

Completed in 153 milliseconds