#include <capabilities.h>
Definition at line 137 of file capabilities.h.
|
default |
|
default |
std::unique_ptr< Capabilities > impeller::CapabilitiesBuilder::Build | ( | ) |
Definition at line 269 of file capabilities.cc.
References impeller::kUnknown.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultColorFormat | ( | PixelFormat | value | ) |
Definition at line 204 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultDepthStencilFormat | ( | PixelFormat | value | ) |
Definition at line 216 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultGlyphAtlasFormat | ( | PixelFormat | value | ) |
Definition at line 240 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetDefaultStencilFormat | ( | PixelFormat | value | ) |
Definition at line 210 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetMaximumRenderPassAttachmentSize | ( | ISize | size | ) |
Definition at line 251 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetMinimumUniformAlignment | ( | size_t | value | ) |
Definition at line 263 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities(), and impeller::testing::TEST().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsCompute | ( | bool | value | ) |
Definition at line 193 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsComputeSubgroups | ( | bool | value | ) |
Definition at line 198 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDecalSamplerAddressMode | ( | bool | value | ) |
Definition at line 228 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsDeviceTransientTextures | ( | bool | value | ) |
Definition at line 234 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsExtendedRangeFormats | ( | bool | value | ) |
Definition at line 257 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsFramebufferFetch | ( | bool | value | ) |
Definition at line 187 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsOffscreenMSAA | ( | bool | value | ) |
Definition at line 171 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsReadFromResolve | ( | bool | value | ) |
Definition at line 222 of file capabilities.cc.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsSSBO | ( | bool | value | ) |
Definition at line 176 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTextureToTextureBlits | ( | bool | value | ) |
Definition at line 181 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().
CapabilitiesBuilder & impeller::CapabilitiesBuilder::SetSupportsTriangleFan | ( | bool | value | ) |
Definition at line 246 of file capabilities.cc.
References value.
Referenced by impeller::InferMetalCapabilities().