Home
last modified time | relevance | path

Searched refs:releaseMutexKey (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.h49 ExternalMutexSerial releaseMutexKey,
100 ExternalMutexSerial releaseMutexKey,
DD3D12Backend.cpp112 ExternalMutexSerial(descriptor->releaseMutexKey), descriptor->isSwapChainTexture, in ProduceTexture()
DTextureD3D12.cpp524 ExternalMutexSerial releaseMutexKey, in CreateExternalImage() argument
531 releaseMutexKey, isSwapChainTexture)); in CreateExternalImage()
560 ExternalMutexSerial releaseMutexKey, in InitializeAsExternalTexture() argument
567 mReleaseMutexKey = releaseMutexKey; in InitializeAsExternalTexture()
DDeviceD3D12.cpp538 ExternalMutexSerial releaseMutexKey, in CreateExternalTexture() argument
545 releaseMutexKey, isSwapChainTexture, isInitialized), in CreateExternalTexture()
DDeviceD3D12.h135 ExternalMutexSerial releaseMutexKey,
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DD3D12ResourceWrappingTests.cpp130 externalAccessDesc.releaseMutexKey = 1; in WrapSharedHandle()
390 externalAccessDesc.releaseMutexKey = 2; in WrapAndClearD3D11Texture()
612 externalAccessDesc.releaseMutexKey = 2; in TEST_P()
638 externalAccessDesc.releaseMutexKey = 2; in TEST_P()
682 externalAccessDesc.releaseMutexKey = 2; in TEST_P()
DD3D12VideoViewsTests.cpp224 externalAccessDesc.releaseMutexKey = 2; in CreateVideoTextureForTest()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DD3D12Backend.h62 uint64_t releaseMutexKey; member