Home
last modified time | relevance | path

Searched refs:SnapshotTestDispatch (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotTestDispatch.cpp22 static SnapshotTestDispatch* sSnapshotTestDispatch() { in sSnapshotTestDispatch()
23 static SnapshotTestDispatch* s = new SnapshotTestDispatch; in sSnapshotTestDispatch()
32 SnapshotTestDispatch::SnapshotTestDispatch() { in SnapshotTestDispatch() function in gfxstream::gl::SnapshotTestDispatch
45 void SnapshotTestDispatch::overrideFunctions() { in overrideFunctions()
50 void SnapshotTestDispatch::saveSnapshot() { in saveSnapshot()
80 void SnapshotTestDispatch::loadSnapshot() { in loadSnapshot()
117 void SnapshotTestDispatch::testDraw(std::function<void()> doDraw) { in testDraw()
129 ((SnapshotTestDispatch*)getSnapshotTestDispatch())->saveSnapshot(); in testDraw()
156 ((SnapshotTestDispatch*)getSnapshotTestDispatch())->loadSnapshot(); in testDraw()
DGLSnapshotTestDispatch.h33 class SnapshotTestDispatch : public GLESv2Dispatch {
35 SnapshotTestDispatch();