Namespaces

Enumerations

enum class AddressSpaceChildDriverType : uint32_t
Name Value Comments
kDefault 0u

The `DEFAULT` child driver type is for graphics.

Interface for the Goldfish address space driver.

Defined at line 18 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/common_types.h

enum class BufferHandleType : uint32_t
Name Value
kInvalid 0u
kBuffer 1u
kColorBuffer 2u

Defined at line 40 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/common_types.h

enum class ColorBufferFormatType : uint32_t
Name Value
kLuminance 6409u
kRg 33319u
kRgba 6408u
kBgra 32993u

Color buffer formats.

Goldfish control device accepts GL format values as "internalFormat"

argument when creating color buffers. All format types should be

defined using their format definitions in GL headers.

Defined at line 70 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/common_types.h

Records