Searched refs:DeviceReference (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireInjectDeviceTests.cpp | 36 EXPECT_CALL(api, DeviceReference(serverDevice)); in TEST_F() 71 EXPECT_CALL(api, DeviceReference(serverDevice)); in TEST_F() 96 EXPECT_CALL(api, DeviceReference(serverDevice)); in TEST_F() 131 EXPECT_CALL(api, DeviceReference(serverDevice)); in TEST_F() 161 EXPECT_CALL(api, DeviceReference(serverDevice1)); in TEST_F() 169 EXPECT_CALL(api, DeviceReference(serverDevice2)); in TEST_F() 206 EXPECT_CALL(api, DeviceReference(serverDevice1)); in TEST_F() 225 EXPECT_CALL(api, DeviceReference(serverDevice2)); in TEST_F()
|
D | WireTest.cpp | 71 EXPECT_CALL(api, DeviceReference(mockDevice)); in SetUp()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | bitmap.c | 70 DeviceReference(&vlsurface->device, dev); in vlVdpBitmapSurfaceCreate() 120 DeviceReference(&vlsurface->device, NULL); in vlVdpBitmapSurfaceCreate() 142 DeviceReference(&vlsurface->device, NULL); in vlVdpBitmapSurfaceDestroy()
|
D | device.c | 177 DeviceReference(&pqt->device, dev); in vlVdpPresentationQueueTargetCreateX11() 206 DeviceReference(&pqt->device, NULL); in vlVdpPresentationQueueTargetDestroy() 223 DeviceReference(&dev, NULL); in vlVdpDeviceDestroy()
|
D | presentation.c | 65 DeviceReference(&pq->device, dev); in vlVdpPresentationQueueCreate() 86 DeviceReference(&pq->device, NULL); in vlVdpPresentationQueueCreate() 108 DeviceReference(&pq->device, NULL); in vlVdpPresentationQueueDestroy()
|
D | surface.c | 80 DeviceReference(&p_surf->device, dev); in vlVdpVideoSurfaceCreate() 121 DeviceReference(&p_surf->device, NULL); in vlVdpVideoSurfaceCreate() 147 DeviceReference(&p_surf->device, NULL); in vlVdpVideoSurfaceDestroy()
|
D | output.c | 74 DeviceReference(&vlsurface->device, dev); in vlVdpOutputSurfaceCreate() 136 DeviceReference(&vlsurface->device, NULL); in vlVdpOutputSurfaceCreate() 165 DeviceReference(&vlsurface->device, NULL); in vlVdpOutputSurfaceDestroy()
|
D | decode.c | 113 DeviceReference(&vldecoder->device, dev); in vlVdpDecoderCreate() 149 DeviceReference(&vldecoder->device, NULL); in vlVdpDecoderCreate() 172 DeviceReference(&vldecoder->device, NULL); in vlVdpDecoderDestroy()
|
D | mixer.c | 63 DeviceReference(&vmixer->device, dev); in vlVdpVideoMixerCreate() 175 DeviceReference(&vmixer->device, NULL); in vlVdpVideoMixerCreate() 218 DeviceReference(&vmixer->device, NULL); in vlVdpVideoMixerDestroy()
|
D | vdpau_private.h | 585 DeviceReference(vlVdpDevice **ptr, vlVdpDevice *dev) in DeviceReference() function
|