Home
last modified time | relevance | path

Searched refs:DeviceReference (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireInjectDeviceTests.cpp36 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()
DWireTest.cpp71 EXPECT_CALL(api, DeviceReference(mockDevice)); in SetUp()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dbitmap.c70 DeviceReference(&vlsurface->device, dev); in vlVdpBitmapSurfaceCreate()
120 DeviceReference(&vlsurface->device, NULL); in vlVdpBitmapSurfaceCreate()
142 DeviceReference(&vlsurface->device, NULL); in vlVdpBitmapSurfaceDestroy()
Ddevice.c177 DeviceReference(&pqt->device, dev); in vlVdpPresentationQueueTargetCreateX11()
206 DeviceReference(&pqt->device, NULL); in vlVdpPresentationQueueTargetDestroy()
223 DeviceReference(&dev, NULL); in vlVdpDeviceDestroy()
Dpresentation.c65 DeviceReference(&pq->device, dev); in vlVdpPresentationQueueCreate()
86 DeviceReference(&pq->device, NULL); in vlVdpPresentationQueueCreate()
108 DeviceReference(&pq->device, NULL); in vlVdpPresentationQueueDestroy()
Dsurface.c80 DeviceReference(&p_surf->device, dev); in vlVdpVideoSurfaceCreate()
121 DeviceReference(&p_surf->device, NULL); in vlVdpVideoSurfaceCreate()
147 DeviceReference(&p_surf->device, NULL); in vlVdpVideoSurfaceDestroy()
Doutput.c74 DeviceReference(&vlsurface->device, dev); in vlVdpOutputSurfaceCreate()
136 DeviceReference(&vlsurface->device, NULL); in vlVdpOutputSurfaceCreate()
165 DeviceReference(&vlsurface->device, NULL); in vlVdpOutputSurfaceDestroy()
Ddecode.c113 DeviceReference(&vldecoder->device, dev); in vlVdpDecoderCreate()
149 DeviceReference(&vldecoder->device, NULL); in vlVdpDecoderCreate()
172 DeviceReference(&vldecoder->device, NULL); in vlVdpDecoderDestroy()
Dmixer.c63 DeviceReference(&vmixer->device, dev); in vlVdpVideoMixerCreate()
175 DeviceReference(&vmixer->device, NULL); in vlVdpVideoMixerCreate()
218 DeviceReference(&vmixer->device, NULL); in vlVdpVideoMixerDestroy()
Dvdpau_private.h585 DeviceReference(vlVdpDevice **ptr, vlVdpDevice *dev) in DeviceReference() function