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.java214 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testGlesVersion() local
277 private void expectRenderConfigQuery(ITestDevice mockDevice, int majorVersion, in expectRenderConfigQuery()
287 private void expectRenderConfigQuery(ITestDevice mockDevice, String commandLine) in expectRenderConfigQuery()
292 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, String commandLine, in expectRenderConfigQueryAndReturn()
355 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testResultCode() local
519 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_multipleTests() local
630 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testFiltering() local
856 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_unexecutableTests() local
944 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_queryPmListFailure() local
988 ITestDevice mockDevice = EasyMock.createMock(ITestDevice.class); in testRun_queryRenderabilityFailure() local
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp2164 ID3D11Device *mockDevice; in testDeviceResettable() local