Home
last modified time | relevance | path

Searched refs:Destroyed (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/boost/interprocess/detail/
Dintermodule_singleton_common.hpp85 static const ::boost::uint32_t Destroyed = 4u; member in boost::interprocess::ipcdetail::intermodule_singleton_common
109 if(previous_module_singleton_initialized == Destroyed){ in initialize_singleton_logic()
113 atomic_cas32(&this_module_singleton_initialized, Uninitialized, Destroyed); in initialize_singleton_logic()
195 atomic_write32(&this_module_singleton_initialized, Destroyed); in finalize_singleton_logic()
224 else if(tmp == Destroyed){ in initialize_global_map_handle()
225 tmp = atomic_cas32(&this_module_map_initialized, Uninitialized, Destroyed); in initialize_global_map_handle()
249 atomic_write32(&this_module_map_initialized, Destroyed); in initialize_global_map_handle()
275 atomic_write32(&this_module_map_initialized, Destroyed); in destroy_global_map_handle()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DBuffer.cpp182 case BufferState::Destroyed: in ValidateCanUseInSubmitNow()
353 case BufferState::Destroyed: in ValidateSetSubData()
391 case BufferState::Destroyed: in ValidateMap()
418 case BufferState::Destroyed: in ValidateUnmap()
429 if (mState != BufferState::Destroyed) { in DestroyInternal()
432 mState = BufferState::Destroyed; in DestroyInternal()
DTexture.cpp246 if (texture->GetTextureState() == TextureBase::TextureState::Destroyed) { in ValidateTextureViewDescriptor()
400 if (mState == TextureState::Destroyed) { in ValidateCanUseInSubmitNow()
464 mState = TextureState::Destroyed; in DestroyInternal()
DBuffer.h42 Destroyed, enumerator
DTexture.h45 enum class TextureState { OwnedInternal, OwnedExternal, Destroyed }; enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQuerySet.cpp126 ASSERT(mState == QuerySetState::Unavailable || mState == QuerySetState::Destroyed); in ~QuerySetBase()
130 mState = QuerySetState::Destroyed; in DestroyImpl()
164 DAWN_INVALID_IF(mState == QuerySetState::Destroyed, "%s used while destroyed.", this); in ValidateCanUseInSubmitNow()
DBuffer.cpp179 ASSERT(mState == BufferState::Unmapped || mState == BufferState::Destroyed); in ~BufferBase()
192 mState = BufferState::Destroyed; in DestroyImpl()
287 case BufferState::Destroyed: in ValidateCanUseOnQueueNow()
457 case BufferState::Destroyed: in ValidateMapAsync()
516 case BufferState::Destroyed: in CanGetMappedRange()
533 case BufferState::Destroyed: in ValidateUnmap()
DExternalTexture.cpp113 DAWN_INVALID_IF(mState == ExternalTextureState::Destroyed, in ValidateCanUseInSubmitNow()
126 mState = ExternalTextureState::Destroyed; in DestroyImpl()
DExternalTexture.h55 enum class ExternalTextureState { Alive, Destroyed }; enumerator
DQuerySet.h63 enum class QuerySetState { Unavailable, Available, Destroyed }; enumerator
DSwapChain.cpp286 TextureBase::TextureState::Destroyed); in ~NewSwapChainBase()
353 TextureBase::TextureState::Destroyed); in APIPresent()
DBuffer.h49 Destroyed, enumerator
DTexture.h48 enum class TextureState { OwnedInternal, OwnedExternal, Destroyed }; enumerator
DTexture.cpp487 mState = TextureState::Destroyed; in DestroyImpl()
609 DAWN_INVALID_IF(mState == TextureState::Destroyed, "Destroyed texture %s used in a submit.", in ValidateCanUseInSubmitNow()
DDevice.cpp315 if (mState == State::Destroyed) { in Destroy()
361 case State::Destroyed: in Destroy()
399 mState = State::Destroyed; in Destroy()
DDevice.h306 Destroyed, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUBuffer.cpp142 if (state_ == State::Destroyed) { in unmap()
158 state_ = State::Destroyed; in destroy()
DGPUBuffer.h73 Destroyed, enumerator
/third_party/cef/libcef/browser/chrome/views/
Dchrome_browser_view.h41 void Destroyed();
Dchrome_browser_view.cc36 void ChromeBrowserView::Destroyed() { in Destroyed() function in ChromeBrowserView
/third_party/libwebsockets/READMEs/
DREADME.json-lejp.md44 |`LEJPCB_DESTRUCTED`|Destroyed the parse context||
DREADME.cbor-lecp.md64 |`LECPCB_DESTRUCTED`|Destroyed the parse context||
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.cc543 chrome_browser_view->Destroyed(); in WindowDestroyed()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp539 if (GetTexture()->GetTextureState() == Texture::TextureState::Destroyed) { in TextureView()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm735 if (GetTexture()->GetTextureState() == Texture::TextureState::Destroyed) {

12