Searched defs:AttachmentState (Results 1 – 3 of 3) sorted by relevance
42 enum class AttachmentState { uninitialized, attached, detached }; enum
128 AttachmentState::AttachmentState(DeviceBase* device, const AttachmentStateBlueprint& blueprint) in AttachmentState() function in dawn_native::AttachmentState
43 class AttachmentState; variable