#include <capabilities.h>
Definition at line 134 of file capabilities.h.
|
default |
|
default |
| std::unique_ptr< Capabilities > impeller::CapabilitiesBuilder::Build | ( | ) |
Definition at line 255 of file capabilities.cc.
References impeller::kUnknown.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultColorFormat | ( | PixelFormat | value | ) |
Definition at line 196 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultDepthStencilFormat | ( | PixelFormat | value | ) |
Definition at line 208 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultGlyphAtlasFormat | ( | PixelFormat | value | ) |
Definition at line 232 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultStencilFormat | ( | PixelFormat | value | ) |
Definition at line 202 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetMaximumRenderPassAttachmentSize | ( | ISize | size | ) |
Definition at line 243 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsCompute | ( | bool | value | ) |
Definition at line 185 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsComputeSubgroups | ( | bool | value | ) |
Definition at line 190 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDecalSamplerAddressMode | ( | bool | value | ) |
Definition at line 220 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDeviceTransientTextures | ( | bool | value | ) |
Definition at line 226 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsExtendedRangeFormats | ( | bool | value | ) |
Definition at line 249 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsFramebufferFetch | ( | bool | value | ) |
Definition at line 179 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsOffscreenMSAA | ( | bool | value | ) |
Definition at line 163 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsReadFromResolve | ( | bool | value | ) |
Definition at line 214 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsSSBO | ( | bool | value | ) |
Definition at line 168 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTextureToTextureBlits | ( | bool | value | ) |
Definition at line 173 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTriangleFan | ( | bool | value | ) |
Definition at line 238 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().