Home
last modified time | relevance | path

Searched defs:AttachmentState (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_external_texture_gl.h42 enum class AttachmentState { uninitialized, attached, detached }; enum
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DAttachmentState.cpp128 AttachmentState::AttachmentState(DeviceBase* device, const AttachmentStateBlueprint& blueprint) in AttachmentState() function in dawn_native::AttachmentState
DDevice.h43 class AttachmentState; variable