#include <capabilities.h>
Definition at line 127 of file capabilities.h.
|
default |
|
default |
| std::unique_ptr< Capabilities > impeller::CapabilitiesBuilder::Build | ( | ) |
Definition at line 241 of file capabilities.cc.
References impeller::kUnknown.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultColorFormat | ( | PixelFormat | value | ) |
Definition at line 188 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultDepthStencilFormat | ( | PixelFormat | value | ) |
Definition at line 200 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultGlyphAtlasFormat | ( | PixelFormat | value | ) |
Definition at line 224 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultStencilFormat | ( | PixelFormat | value | ) |
Definition at line 194 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetMaximumRenderPassAttachmentSize | ( | ISize | size | ) |
Definition at line 235 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsCompute | ( | bool | value | ) |
Definition at line 177 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsComputeSubgroups | ( | bool | value | ) |
Definition at line 182 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDecalSamplerAddressMode | ( | bool | value | ) |
Definition at line 212 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDeviceTransientTextures | ( | bool | value | ) |
Definition at line 218 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsFramebufferFetch | ( | bool | value | ) |
Definition at line 171 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsOffscreenMSAA | ( | bool | value | ) |
Definition at line 155 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsReadFromResolve | ( | bool | value | ) |
Definition at line 206 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsSSBO | ( | bool | value | ) |
Definition at line 160 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTextureToTextureBlits | ( | bool | value | ) |
Definition at line 165 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTriangleFan | ( | bool | value | ) |
Definition at line 230 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().