#include <capabilities.h>
Definition at line 124 of file capabilities.h.
|
default |
|
default |
| std::unique_ptr< Capabilities > impeller::CapabilitiesBuilder::Build | ( | ) |
Definition at line 238 of file capabilities.cc.
References impeller::kUnknown.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultColorFormat | ( | PixelFormat | value | ) |
Definition at line 185 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultDepthStencilFormat | ( | PixelFormat | value | ) |
Definition at line 197 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultGlyphAtlasFormat | ( | PixelFormat | value | ) |
Definition at line 221 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultStencilFormat | ( | PixelFormat | value | ) |
Definition at line 191 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetMaximumRenderPassAttachmentSize | ( | ISize | size | ) |
Definition at line 232 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsCompute | ( | bool | value | ) |
Definition at line 174 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsComputeSubgroups | ( | bool | value | ) |
Definition at line 179 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDecalSamplerAddressMode | ( | bool | value | ) |
Definition at line 209 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDeviceTransientTextures | ( | bool | value | ) |
Definition at line 215 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsFramebufferFetch | ( | bool | value | ) |
Definition at line 168 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsOffscreenMSAA | ( | bool | value | ) |
Definition at line 152 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsReadFromResolve | ( | bool | value | ) |
Definition at line 203 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsSSBO | ( | bool | value | ) |
Definition at line 157 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTextureToTextureBlits | ( | bool | value | ) |
Definition at line 162 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
| CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTriangleFan | ( | bool | value | ) |
Definition at line 227 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().