#include <capabilities.h>
Definition at line 141 of file capabilities.h.
|
default |
|
default |
| std::unique_ptr< Capabilities > impeller::CapabilitiesBuilder::Build | ( | ) |
Definition at line 283 of file capabilities.cc.
References impeller::kUnknown.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultColorFormat | ( | PixelFormat | value | ) |
Definition at line 212 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultDepthStencilFormat | ( | PixelFormat | value | ) |
Definition at line 224 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultGlyphAtlasFormat | ( | PixelFormat | value | ) |
Definition at line 248 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultStencilFormat | ( | PixelFormat | value | ) |
Definition at line 218 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetMaximumRenderPassAttachmentSize | ( | ISize | size | ) |
Definition at line 259 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetMinimumUniformAlignment | ( | size_t | value | ) |
Definition at line 271 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetNeedsPartitionedHostBuffer | ( | bool | value | ) |
Definition at line 277 of file capabilities.cc.
References value.
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsCompute | ( | bool | value | ) |
Definition at line 201 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsComputeSubgroups | ( | bool | value | ) |
Definition at line 206 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDecalSamplerAddressMode | ( | bool | value | ) |
Definition at line 236 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDeviceTransientTextures | ( | bool | value | ) |
Definition at line 242 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsExtendedRangeFormats | ( | bool | value | ) |
Definition at line 265 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsFramebufferFetch | ( | bool | value | ) |
Definition at line 195 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsOffscreenMSAA | ( | bool | value | ) |
Definition at line 179 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsReadFromResolve | ( | bool | value | ) |
Definition at line 230 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsSSBO | ( | bool | value | ) |
Definition at line 184 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTextureToTextureBlits | ( | bool | value | ) |
Definition at line 189 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTriangleFan | ( | bool | value | ) |
Definition at line 254 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().