Home
last modified time | relevance | path

Searched defs:mockDevice (Results 1 – 2 of 2) sorted by relevance

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java223 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testGlesVersion() local
286 private void expectRenderConfigQuery(ITestDevice mockDevice, int majorVersion, in expectRenderConfigQuery()
296 private void expectRenderConfigQuery(ITestDevice mockDevice, String commandLine) in expectRenderConfigQuery()
301 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, String commandLine, in expectRenderConfigQueryAndReturn()
364 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testResultCode() local
528 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_multipleTests() local
639 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFiltering() local
907 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_incrementalDeqp() local
998 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_unexecutableTests() local
1086 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_queryPmListFailure() local
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp2291 angle::ComPtr<ID3D11Device> mockDevice; in testDeviceResettable() local