Searched refs:isSwapChainTexture (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureD3D12.h | 50 bool isSwapChainTexture, 101 bool isSwapChainTexture);
|
D | D3D12Backend.cpp | 112 ExternalMutexSerial(descriptor->releaseMutexKey), descriptor->isSwapChainTexture, in ProduceTexture()
|
D | TextureD3D12.cpp | 525 bool isSwapChainTexture, in CreateExternalImage() argument 531 releaseMutexKey, isSwapChainTexture)); in CreateExternalImage() 561 bool isSwapChainTexture) { in InitializeAsExternalTexture() argument 569 mSwapChainTexture = isSwapChainTexture; in InitializeAsExternalTexture()
|
D | DeviceD3D12.cpp | 539 bool isSwapChainTexture, in CreateExternalTexture() argument 545 releaseMutexKey, isSwapChainTexture, isInitialized), in CreateExternalTexture()
|
D | DeviceD3D12.h | 136 bool isSwapChainTexture,
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
D | D3D12Backend.h | 63 bool isSwapChainTexture = false; member
|