Home
last modified time | relevance | path

Searched refs:isSwapChainTexture (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.h50 bool isSwapChainTexture,
101 bool isSwapChainTexture);
DD3D12Backend.cpp112 ExternalMutexSerial(descriptor->releaseMutexKey), descriptor->isSwapChainTexture, in ProduceTexture()
DTextureD3D12.cpp525 bool isSwapChainTexture, in CreateExternalImage() argument
531 releaseMutexKey, isSwapChainTexture)); in CreateExternalImage()
561 bool isSwapChainTexture) { in InitializeAsExternalTexture() argument
569 mSwapChainTexture = isSwapChainTexture; in InitializeAsExternalTexture()
DDeviceD3D12.cpp539 bool isSwapChainTexture, in CreateExternalTexture() argument
545 releaseMutexKey, isSwapChainTexture, isInitialized), in CreateExternalTexture()
DDeviceD3D12.h136 bool isSwapChainTexture,
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DD3D12Backend.h63 bool isSwapChainTexture = false; member