Namespaces
Enumerations
enum MeshIndexFormat
| Name | Value |
|---|---|
| kUint16 | 1u |
| kUint32 | 2u |
Set a mesh's indices and vertices.
`mesh_id` refs the Mesh to be updated.
`index_buffer_id` refs a Buffer that contains the mesh indices.
`index_format` defines how the index buffer data is to be interpreted.
`index_offset` number of bytes from the start of the index Buffer.
`index_count` number of indices.
`vertex_buffer_id` refs a Buffer that contains the mesh vertices.
`vertex_format` defines how the vertex buffer data is to be interpreted.
`vertex_offset` number of bytes from the start of the vertex Buffer.
`vertex_count` number of vertices.
`bounding_box` must contain all vertices within the specified range.
The MeshVertexFormat defines which per-vertex attributes are provided by the
mesh, and the size of each attribute (and therefore the size of each vertex).
The attributes are ordered within the vertex in the same order that they
appear within the MeshVertexFormat struct. For example, if the values are
kVector3, kNone and kVector2, then:
- each vertex has a position and UV-coordinates, but no surface normal.
- the 3D position occupies bytes 0-11 (3 dimensions * 4 bytes per float32).
- the UV coords occupy bytes 12-19, since no surface normal is provided.
Defined at line 89 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
enum ShadowTechnique
| Name | Value |
|---|---|
| UNSHADOWED | 0u |
| SCREEN_SPACE | 1u |
| SHADOW_MAP | 2u |
| MOMENT_SHADOW_MAP | 3u |
| STENCIL_SHADOW_VOLUME | 4u |
Represents the shadow algorithm that the `Renderer` should use when lighting
the scene.
Defined at line 160 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
enum RenderFrequency
| Name | Value |
|---|---|
| WHEN_REQUESTED | 0u |
| CONTINUOUSLY | 1u |
Defined at line 184 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
enum ImportSpec
| Name | Value |
|---|---|
| NODE | 0u |
Describes an exported resource that is to be imported by an
ImportResourceCmd.
NOTE: Currently just an enum of importable resource types, but may later be
expanded to express concepts like "meshes with a particular vertex format".
Defined at line 248 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
enum ValueType
| Name | Value |
|---|---|
| kNone | 0u |
| kVector1 | 1u |
| kVector2 | 2u |
| kVector3 | 3u |
| kVector4 | 4u |
| kMatrix4 | 5u |
| kColorRgb | 6u |
| kColorRgba | 7u |
| kQuaternion | 8u |
| kFactoredTransform | 9u |
Defined at line 341 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
enum HitTestBehavior
| Name | Value |
|---|---|
| kDefault | 0u |
| kSuppress | 1u |
Describes how nodes interact with hit testings.
Defined at line 379 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
Records
-
class AddChildCmd -
class AddLayerCmd -
class AddLightCmd -
class AddPartCmd -
class AmbientLightArgs -
class BindMeshBuffersCmd -
class BoundingBox -
class BufferArgs -
class CameraArgs -
class CircleArgs -
class ClipNodeArgs -
class ColorRgb -
class ColorRgbValue -
class ColorRgba -
class ColorRgbaValue -
class Command -
class CompositorArgs -
class CreateResourceCmd -
class DetachChildrenCmd -
class DetachCmd -
class DetachLightCmd -
class DetachLightsCmd -
class DirectionalLightArgs -
class DisplayCompositorArgs -
class DisplayInfo -
class EntityNodeArgs -
class Event -
class ExportResourceCmdDeprecated -
class ExportToken -
class FactoredTransform -
class FloatValue -
class ImageArgs -
class ImageArgs2 -
class ImageArgs3 -
class ImagePipe2Args -
class ImportResourceCmdDeprecated -
class ImportToken -
class ImportUnboundEvent -
class LayerArgs -
class LayerStackArgs -
class MaterialArgs -
class Matrix4Value -
class MemoryArgs -
class MeshArgs -
class MeshVertexFormat -
class Metrics -
class MetricsEvent -
class OpacityNodeArgsHACK -
class Plane3 -
class PointLightArgs -
class Quaternion -
class QuaternionValue -
class RectangleArgs -
class ReleaseResourceCmd -
class RemoveAllLayersCmd -
class RemoveLayerCmd -
class RendererArgs -
class RendererParam -
class ResourceArgs -
class RoundedRectangleArgs -
class SceneAddAmbientLightCmd -
class SceneAddDirectionalLightCmd -
class SceneAddPointLightCmd -
class SceneArgs -
class SendSizeChangeHintCmdHACK -
class SetAnchorCmd -
class SetCameraClipSpaceTransformCmd -
class SetCameraCmd -
class SetCameraPoseBufferCmd -
class SetCameraProjectionCmd -
class SetCameraTransformCmd -
class SetClipCmd -
class SetClipPlanesCmd -
class SetColorCmd -
class SetDisableClippingCmd -
class SetDisplayColorConversionCmdHACK -
class SetDisplayMinimumRgbCmdHACK -
class SetDisplayRotationCmdHACK -
class SetEnableDebugViewBoundsCmd -
class SetEventMaskCmd -
class SetHitTestBehaviorCmd -
class SetImportFocusCmdDEPRECATED -
class SetLabelCmd -
class SetLayerStackCmd -
class SetLightColorCmd -
class SetLightDirectionCmd -
class SetMaterialCmd -
class SetOpacityCmd -
class SetPointLightFalloffCmd -
class SetPointLightPositionCmd -
class SetRendererCmd -
class SetRendererParamCmd -
class SetRotationCmd -
class SetScaleCmd -
class SetSemanticVisibilityCmd -
class SetShapeCmd -
class SetSizeCmd -
class SetStereoCameraProjectionCmd -
class SetTagCmd -
class SetTextureCmd -
class SetTranslationCmd -
class SetViewHolderBoundsColorCmd -
class SetViewPropertiesCmd -
class ShapeNodeArgs -
class SizeChangeHintEvent -
class SnapshotCallbackDEPRECATED -
class SnapshotCallbackDEPRECATED_EventSender -
class SnapshotCallbackDEPRECATED_Proxy -
class SnapshotCallbackDEPRECATED_RequestDecoder -
class SnapshotCallbackDEPRECATED_RequestEncoder -
class SnapshotCallbackDEPRECATED_ResponseDecoder -
class SnapshotCallbackDEPRECATED_ResponseEncoder -
class SnapshotCallbackDEPRECATED_Stub -
class SnapshotCallbackDEPRECATED_Sync -
class SnapshotCallbackDEPRECATED_SyncProxy -
class SnapshotCallbackDeprecatedOnDataRequest -
class StereoCameraArgs -
class TakeSnapshotCmdDEPRECATED -
class Value -
class VariableArgs -
class Vector2Value -
class Vector3Value -
class Vector4Value -
class ViewArgs -
class ViewArgs3 -
class ViewAttachedToSceneEvent -
class ViewConnectedEvent -
class ViewDetachedFromSceneEvent -
class ViewDisconnectedEvent -
class ViewHolderArgs -
class ViewHolderConnectedEvent -
class ViewHolderDisconnectedEvent -
class ViewProperties -
class ViewPropertiesChangedEvent -
class ViewState -
class ViewStateChangedEvent -
class mat4 -
class vec2 -
class vec3 -
class vec4
Functions
-
zx_status_t Clone (::fuchsia::ui::gfx::MeshIndexFormat value, ::fuchsia::ui::gfx::MeshIndexFormat * result)Defined at line 96 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::gfx::ShadowTechnique value, ::fuchsia::ui::gfx::ShadowTechnique * result)Defined at line 178 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::gfx::RenderFrequency value, ::fuchsia::ui::gfx::RenderFrequency * result)Defined at line 191 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::gfx::ImportSpec value, ::fuchsia::ui::gfx::ImportSpec * result)Defined at line 253 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::gfx::ValueType value, ::fuchsia::ui::gfx::ValueType * result)Defined at line 364 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::ui::gfx::HitTestBehavior value, ::fuchsia::ui::gfx::HitTestBehavior * result)Defined at line 388 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ReleaseResourceCmd & _value, ::fuchsia::ui::gfx::ReleaseResourceCmd * _result)Defined at line 442 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ExportResourceCmdDeprecated & _value, ::fuchsia::ui::gfx::ExportResourceCmdDeprecated * _result)Defined at line 475 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetTagCmd & _value, ::fuchsia::ui::gfx::SetTagCmd * _result)Defined at line 514 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::DetachCmd & _value, ::fuchsia::ui::gfx::DetachCmd * _result)Defined at line 545 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetOpacityCmd & _value, ::fuchsia::ui::gfx::SetOpacityCmd * _result)Defined at line 573 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SendSizeChangeHintCmdHACK & _value, ::fuchsia::ui::gfx::SendSizeChangeHintCmdHACK * _result)Defined at line 604 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::AddChildCmd & _value, ::fuchsia::ui::gfx::AddChildCmd * _result)Defined at line 636 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::AddPartCmd & _value, ::fuchsia::ui::gfx::AddPartCmd * _result)Defined at line 674 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::DetachChildrenCmd & _value, ::fuchsia::ui::gfx::DetachChildrenCmd * _result)Defined at line 696 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetShapeCmd & _value, ::fuchsia::ui::gfx::SetShapeCmd * _result)Defined at line 732 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetMaterialCmd & _value, ::fuchsia::ui::gfx::SetMaterialCmd * _result)Defined at line 768 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetClipCmd & _value, ::fuchsia::ui::gfx::SetClipCmd * _result)Defined at line 809 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetSemanticVisibilityCmd & _value, ::fuchsia::ui::gfx::SetSemanticVisibilityCmd * _result)Defined at line 837 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SnapshotCallbackDeprecatedOnDataRequest & _value, ::fuchsia::ui::gfx::SnapshotCallbackDeprecatedOnDataRequest * _result)Defined at line 860 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::TakeSnapshotCmdDEPRECATED & _value, ::fuchsia::ui::gfx::TakeSnapshotCmdDEPRECATED * _result)Defined at line 902 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetCameraCmd & _value, ::fuchsia::ui::gfx::SetCameraCmd * _result)Defined at line 933 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetCameraPoseBufferCmd & _value, ::fuchsia::ui::gfx::SetCameraPoseBufferCmd * _result)Defined at line 1034 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::AddLightCmd & _value, ::fuchsia::ui::gfx::AddLightCmd * _result)Defined at line 1059 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::DetachLightCmd & _value, ::fuchsia::ui::gfx::DetachLightCmd * _result)Defined at line 1082 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::DetachLightsCmd & _value, ::fuchsia::ui::gfx::DetachLightsCmd * _result)Defined at line 1104 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetTextureCmd & _value, ::fuchsia::ui::gfx::SetTextureCmd * _result)Defined at line 1136 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::AddLayerCmd & _value, ::fuchsia::ui::gfx::AddLayerCmd * _result)Defined at line 1165 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::RemoveLayerCmd & _value, ::fuchsia::ui::gfx::RemoveLayerCmd * _result)Defined at line 1193 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::RemoveAllLayersCmd & _value, ::fuchsia::ui::gfx::RemoveAllLayersCmd * _result)Defined at line 1217 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetLayerStackCmd & _value, ::fuchsia::ui::gfx::SetLayerStackCmd * _result)Defined at line 1244 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetRendererCmd & _value, ::fuchsia::ui::gfx::SetRendererCmd * _result)Defined at line 1271 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetEventMaskCmd & _value, ::fuchsia::ui::gfx::SetEventMaskCmd * _result)Defined at line 1303 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetLabelCmd & _value, ::fuchsia::ui::gfx::SetLabelCmd * _result)Defined at line 1339 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetDisableClippingCmd & _value, ::fuchsia::ui::gfx::SetDisableClippingCmd * _result)Defined at line 1371 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetImportFocusCmdDEPRECATED & _value, ::fuchsia::ui::gfx::SetImportFocusCmdDEPRECATED * _result)Defined at line 1392 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SceneAddAmbientLightCmd & _value, ::fuchsia::ui::gfx::SceneAddAmbientLightCmd * _result)Defined at line 1417 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SceneAddDirectionalLightCmd & _value, ::fuchsia::ui::gfx::SceneAddDirectionalLightCmd * _result)Defined at line 1442 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SceneAddPointLightCmd & _value, ::fuchsia::ui::gfx::SceneAddPointLightCmd * _result)Defined at line 1467 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetDisplayColorConversionCmdHACK & _value, ::fuchsia::ui::gfx::SetDisplayColorConversionCmdHACK * _result)Defined at line 1508 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetDisplayRotationCmdHACK & _value, ::fuchsia::ui::gfx::SetDisplayRotationCmdHACK * _result)Defined at line 1542 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetEnableDebugViewBoundsCmd & _value, ::fuchsia::ui::gfx::SetEnableDebugViewBoundsCmd * _result)Defined at line 1565 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetDisplayMinimumRgbCmdHACK & _value, ::fuchsia::ui::gfx::SetDisplayMinimumRgbCmdHACK * _result)Defined at line 1586 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::DisplayInfo & _value, ::fuchsia::ui::gfx::DisplayInfo * _result)Defined at line 1611 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SizeChangeHintEvent & _value, ::fuchsia::ui::gfx::SizeChangeHintEvent * _result)Defined at line 1652 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ImportUnboundEvent & _value, ::fuchsia::ui::gfx::ImportUnboundEvent * _result)Defined at line 1676 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewConnectedEvent & _value, ::fuchsia::ui::gfx::ViewConnectedEvent * _result)Defined at line 1698 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewDisconnectedEvent & _value, ::fuchsia::ui::gfx::ViewDisconnectedEvent * _result)Defined at line 1724 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewHolderDisconnectedEvent & _value, ::fuchsia::ui::gfx::ViewHolderDisconnectedEvent * _result)Defined at line 1750 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewHolderConnectedEvent & _value, ::fuchsia::ui::gfx::ViewHolderConnectedEvent * _result)Defined at line 1775 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewDetachedFromSceneEvent & _value, ::fuchsia::ui::gfx::ViewDetachedFromSceneEvent * _result)Defined at line 1805 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ShapeNodeArgs & _value, ::fuchsia::ui::gfx::ShapeNodeArgs * _result)Defined at line 1830 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ClipNodeArgs & _value, ::fuchsia::ui::gfx::ClipNodeArgs * _result)Defined at line 1855 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::OpacityNodeArgsHACK & _value, ::fuchsia::ui::gfx::OpacityNodeArgsHACK * _result)Defined at line 1882 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::EntityNodeArgs & _value, ::fuchsia::ui::gfx::EntityNodeArgs * _result)Defined at line 1909 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::RendererParam & value, ::fuchsia::ui::gfx::RendererParam * result)Defined at line 2016 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetRendererParamCmd & _value, ::fuchsia::ui::gfx::SetRendererParamCmd * _result)Defined at line 2043 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ImagePipe2Args & _value, ::fuchsia::ui::gfx::ImagePipe2Args * _result)Defined at line 2067 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::MemoryArgs & _value, ::fuchsia::ui::gfx::MemoryArgs * _result)Defined at line 2098 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ImageArgs & _value, ::fuchsia::ui::gfx::ImageArgs * _result)Defined at line 2126 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ImageArgs2 & _value, ::fuchsia::ui::gfx::ImageArgs2 * _result)Defined at line 2161 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ImageArgs3 & _value, ::fuchsia::ui::gfx::ImageArgs3 * _result)Defined at line 2196 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::BufferArgs & _value, ::fuchsia::ui::gfx::BufferArgs * _result)Defined at line 2224 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewArgs & _value, ::fuchsia::ui::gfx::ViewArgs * _result)Defined at line 2260 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewArgs3 & _value, ::fuchsia::ui::gfx::ViewArgs3 * _result)Defined at line 2307 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewHolderArgs & _value, ::fuchsia::ui::gfx::ViewHolderArgs * _result)Defined at line 2339 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::CompositorArgs & _value, ::fuchsia::ui::gfx::CompositorArgs * _result)Defined at line 2364 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::DisplayCompositorArgs & _value, ::fuchsia::ui::gfx::DisplayCompositorArgs * _result)Defined at line 2387 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::LayerStackArgs & _value, ::fuchsia::ui::gfx::LayerStackArgs * _result)Defined at line 2415 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::LayerArgs & _value, ::fuchsia::ui::gfx::LayerArgs * _result)Defined at line 2450 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SceneArgs & _value, ::fuchsia::ui::gfx::SceneArgs * _result)Defined at line 2477 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::CameraArgs & _value, ::fuchsia::ui::gfx::CameraArgs * _result)Defined at line 2506 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::StereoCameraArgs & _value, ::fuchsia::ui::gfx::StereoCameraArgs * _result)Defined at line 2534 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::RendererArgs & _value, ::fuchsia::ui::gfx::RendererArgs * _result)Defined at line 2560 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::AmbientLightArgs & _value, ::fuchsia::ui::gfx::AmbientLightArgs * _result)Defined at line 2586 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::DirectionalLightArgs & _value, ::fuchsia::ui::gfx::DirectionalLightArgs * _result)Defined at line 2617 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::PointLightArgs & _value, ::fuchsia::ui::gfx::PointLightArgs * _result)Defined at line 2647 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::MaterialArgs & _value, ::fuchsia::ui::gfx::MaterialArgs * _result)Defined at line 2674 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ImportResourceCmdDeprecated & _value, ::fuchsia::ui::gfx::ImportResourceCmdDeprecated * _result)Defined at line 2719 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::MeshArgs & _value, ::fuchsia::ui::gfx::MeshArgs * _result)Defined at line 2744 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ImportToken & _value, ::fuchsia::ui::gfx::ImportToken * _result)Defined at line 2778 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ExportToken & _value, ::fuchsia::ui::gfx::ExportToken * _result)Defined at line 2811 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::vec2 & _value, ::fuchsia::ui::gfx::vec2 * _result)Defined at line 2836 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetCameraClipSpaceTransformCmd & _value, ::fuchsia::ui::gfx::SetCameraClipSpaceTransformCmd * _result)Defined at line 2867 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::vec3 & _value, ::fuchsia::ui::gfx::vec3 * _result)Defined at line 2892 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::vec4 & _value, ::fuchsia::ui::gfx::vec4 * _result)Defined at line 2919 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::mat4 & _value, ::fuchsia::ui::gfx::mat4 * _result)Defined at line 2941 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ColorRgba & _value, ::fuchsia::ui::gfx::ColorRgba * _result)Defined at line 2969 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ColorRgb & _value, ::fuchsia::ui::gfx::ColorRgb * _result)Defined at line 2994 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Quaternion & _value, ::fuchsia::ui::gfx::Quaternion * _result)Defined at line 3021 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Plane3 & _value, ::fuchsia::ui::gfx::Plane3 * _result)Defined at line 3046 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetClipPlanesCmd & _value, ::fuchsia::ui::gfx::SetClipPlanesCmd * _result)Defined at line 3074 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::FactoredTransform & _value, ::fuchsia::ui::gfx::FactoredTransform * _result)Defined at line 3102 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Value & value, ::fuchsia::ui::gfx::Value * result)Defined at line 3341 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::RectangleArgs & _value, ::fuchsia::ui::gfx::RectangleArgs * _result)Defined at line 3365 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::RoundedRectangleArgs & _value, ::fuchsia::ui::gfx::RoundedRectangleArgs * _result)Defined at line 3403 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::CircleArgs & _value, ::fuchsia::ui::gfx::CircleArgs * _result)Defined at line 3424 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::FloatValue & _value, ::fuchsia::ui::gfx::FloatValue * _result)Defined at line 3451 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetCameraProjectionCmd & _value, ::fuchsia::ui::gfx::SetCameraProjectionCmd * _result)Defined at line 3483 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetPointLightFalloffCmd & _value, ::fuchsia::ui::gfx::SetPointLightFalloffCmd * _result)Defined at line 3511 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Vector2Value & _value, ::fuchsia::ui::gfx::Vector2Value * _result)Defined at line 3538 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetSizeCmd & _value, ::fuchsia::ui::gfx::SetSizeCmd * _result)Defined at line 3567 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Vector3Value & _value, ::fuchsia::ui::gfx::Vector3Value * _result)Defined at line 3594 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetTranslationCmd & _value, ::fuchsia::ui::gfx::SetTranslationCmd * _result)Defined at line 3621 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetScaleCmd & _value, ::fuchsia::ui::gfx::SetScaleCmd * _result)Defined at line 3648 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetAnchorCmd & _value, ::fuchsia::ui::gfx::SetAnchorCmd * _result)Defined at line 3675 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetCameraTransformCmd & _value, ::fuchsia::ui::gfx::SetCameraTransformCmd * _result)Defined at line 3710 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetLightDirectionCmd & _value, ::fuchsia::ui::gfx::SetLightDirectionCmd * _result)Defined at line 3734 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetPointLightPositionCmd & _value, ::fuchsia::ui::gfx::SetPointLightPositionCmd * _result)Defined at line 3758 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Vector4Value & _value, ::fuchsia::ui::gfx::Vector4Value * _result)Defined at line 3785 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Matrix4Value & _value, ::fuchsia::ui::gfx::Matrix4Value * _result)Defined at line 3812 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetStereoCameraProjectionCmd & _value, ::fuchsia::ui::gfx::SetStereoCameraProjectionCmd * _result)Defined at line 3847 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ColorRgbValue & _value, ::fuchsia::ui::gfx::ColorRgbValue * _result)Defined at line 3874 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetLightColorCmd & _value, ::fuchsia::ui::gfx::SetLightColorCmd * _result)Defined at line 3898 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetViewHolderBoundsColorCmd & _value, ::fuchsia::ui::gfx::SetViewHolderBoundsColorCmd * _result)Defined at line 3921 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ColorRgbaValue & _value, ::fuchsia::ui::gfx::ColorRgbaValue * _result)Defined at line 3948 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetColorCmd & _value, ::fuchsia::ui::gfx::SetColorCmd * _result)Defined at line 3978 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::QuaternionValue & _value, ::fuchsia::ui::gfx::QuaternionValue * _result)Defined at line 4005 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetRotationCmd & _value, ::fuchsia::ui::gfx::SetRotationCmd * _result)Defined at line 4038 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::MeshVertexFormat & _value, ::fuchsia::ui::gfx::MeshVertexFormat * _result)Defined at line 4066 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::VariableArgs & _value, ::fuchsia::ui::gfx::VariableArgs * _result)Defined at line 4090 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ResourceArgs & value, ::fuchsia::ui::gfx::ResourceArgs * result)Defined at line 4631 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::CreateResourceCmd & _value, ::fuchsia::ui::gfx::CreateResourceCmd * _result)Defined at line 4657 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetHitTestBehaviorCmd & _value, ::fuchsia::ui::gfx::SetHitTestBehaviorCmd * _result)Defined at line 4687 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Metrics & _value, ::fuchsia::ui::gfx::Metrics * _result)Defined at line 4733 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::MetricsEvent & _value, ::fuchsia::ui::gfx::MetricsEvent * _result)Defined at line 4766 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::BoundingBox & _value, ::fuchsia::ui::gfx::BoundingBox * _result)Defined at line 4798 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::BindMeshBuffersCmd & _value, ::fuchsia::ui::gfx::BindMeshBuffersCmd * _result)Defined at line 4837 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewProperties & _value, ::fuchsia::ui::gfx::ViewProperties * _result)Defined at line 4886 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::SetViewPropertiesCmd & _value, ::fuchsia::ui::gfx::SetViewPropertiesCmd * _result)Defined at line 4913 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Command & value, ::fuchsia::ui::gfx::Command * result)Defined at line 5923 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewAttachedToSceneEvent & _value, ::fuchsia::ui::gfx::ViewAttachedToSceneEvent * _result)Defined at line 5954 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewPropertiesChangedEvent & _value, ::fuchsia::ui::gfx::ViewPropertiesChangedEvent * _result)Defined at line 5979 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewState & _value, ::fuchsia::ui::gfx::ViewState * _result)Defined at line 6003 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::ViewStateChangedEvent & _value, ::fuchsia::ui::gfx::ViewStateChangedEvent * _result)Defined at line 6027 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::ui::gfx::Event & value::fuchsia::ui::gfx::Event * result)Defined at line 6266 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/hlcpp/fuchsia/ui/gfx/cpp/fidl.h