class TestMsdArmDevice
Defined at line 38 of file ../../src/graphics/drivers/msd-arm-mali/tests/unit_tests/test_device.cc
These tests are unit testing the functionality of MsdArmDevice.
All of these tests instantiate the device in test mode, that is without the device thread active.
Public Methods
void CreateAndDestroy ()
Defined at line 40 of file ../../src/graphics/drivers/msd-arm-mali/tests/unit_tests/test_device.cc
void Dump ()
Defined at line 45 of file ../../src/graphics/drivers/msd-arm-mali/tests/unit_tests/test_device.cc
void TestIdle ()
Check that if there's a waiting request for the device thread and it's
descheduled for a long time for some reason that it doesn't immediately
think the GPU's hung before processing the request.
Defined at line 82 of file ../../src/graphics/drivers/msd-arm-mali/tests/unit_tests/test_device.cc
void ProtectedMode ()
Defined at line 105 of file ../../src/graphics/drivers/msd-arm-mali/tests/unit_tests/test_device.cc
void PowerDownL2 ()
Defined at line 140 of file ../../src/graphics/drivers/msd-arm-mali/tests/unit_tests/test_device.cc
void QueryTimestamp ()
Defined at line 157 of file ../../src/graphics/drivers/msd-arm-mali/tests/unit_tests/test_device.cc