Searched refs:deviceGeneration (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
D | WireServer.cpp | 38 uint32_t deviceGeneration) { in InjectTexture() argument 39 return mImpl->InjectTexture(texture, id, generation, deviceId, deviceGeneration); in InjectTexture() 46 uint32_t deviceGeneration) { in InjectSwapChain() argument 47 return mImpl->InjectSwapChain(swapchain, id, generation, deviceId, deviceGeneration); in InjectSwapChain()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
D | WireInjectSwapChainTests.cpp | 39 reservation.deviceGeneration)); in TEST_F() 63 reservation.deviceGeneration)); in TEST_F() 68 reservation.deviceGeneration)); in TEST_F() 80 reservation.deviceGeneration)); in TEST_F()
|
D | WireInjectTextureTests.cpp | 38 reservation.deviceId, reservation.deviceGeneration)); in TEST_F() 62 reservation.deviceId, reservation.deviceGeneration)); in TEST_F() 67 reservation.deviceGeneration)); in TEST_F() 78 reservation.deviceId, reservation.deviceGeneration)); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
D | Server.cpp | 47 uint32_t deviceGeneration) { in InjectTexture() argument 50 if (device == nullptr || device->generation != deviceGeneration) { in InjectTexture() 79 uint32_t deviceGeneration) { in InjectSwapChain() argument 82 if (device == nullptr || device->generation != deviceGeneration) { in InjectSwapChain()
|
D | Server.h | 164 uint32_t deviceGeneration); 170 uint32_t deviceGeneration);
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_wire/ |
D | WireServer.h | 49 uint32_t deviceGeneration); 54 uint32_t deviceGeneration);
|
D | WireClient.h | 38 uint32_t deviceGeneration; member 46 uint32_t deviceGeneration; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | Client.cpp | 95 result.deviceGeneration = DeviceAllocator().GetGeneration(FromAPI(device)->id); in ReserveTexture() 107 result.deviceGeneration = DeviceAllocator().GetGeneration(FromAPI(device)->id); in ReserveSwapChain()
|