| AddTrackingFence(const std::shared_ptr< Texture > &texture) const | impeller::Context | virtual |
| BackendType enum name | impeller::Context | |
| Context(const Flags &flags) | impeller::Context | explicitprotected |
| CreateCommandBuffer() const =0 | impeller::Context | pure virtual |
| DescribeGpuModel() const =0 | impeller::Context | pure virtual |
| DisposeThreadLocalCachedResources() | impeller::Context | inlinevirtual |
| EnqueueCommandBuffer(std::shared_ptr< CommandBuffer > command_buffer) | impeller::Context | virtual |
| flags_ | impeller::Context | protected |
| FlushCommandBuffers() | impeller::Context | virtual |
| GetBackendType() const =0 | impeller::Context | pure virtual |
| GetCapabilities() const =0 | impeller::Context | pure virtual |
| GetCommandQueue() const =0 | impeller::Context | pure virtual |
| GetFlags() const | impeller::Context | inline |
| GetIdleWaiter() const | impeller::Context | virtual |
| GetPipelineLibrary() const =0 | impeller::Context | pure virtual |
| GetResourceAllocator() const =0 | impeller::Context | pure virtual |
| GetRuntimeStageBackend() const =0 | impeller::Context | pure virtual |
| GetSamplerLibrary() const =0 | impeller::Context | pure virtual |
| GetShaderLibrary() const =0 | impeller::Context | pure virtual |
| InitializeCommonlyUsedShadersIfNeeded() const | impeller::Context | inlinevirtual |
| IsValid() const =0 | impeller::Context | pure virtual |
| kMaxTasksAwaitingGPU | impeller::Context | static |
| MOCK_METHOD(Context::BackendType, GetBackendType,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(std::string, DescribeGpuModel,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(bool, IsValid,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(void, Shutdown,(),(override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(std::shared_ptr< Allocator >, GetResourceAllocator,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(std::shared_ptr< ShaderLibrary >, GetShaderLibrary,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(std::shared_ptr< SamplerLibrary >, GetSamplerLibrary,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(std::shared_ptr< PipelineLibrary >, GetPipelineLibrary,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(std::shared_ptr< CommandBuffer >, CreateCommandBuffer,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(const std::shared_ptr< const Capabilities > &, GetCapabilities,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(std::shared_ptr< CommandQueue >, GetCommandQueue,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MOCK_METHOD(RuntimeStageBackend, GetRuntimeStageBackend,(),(const, override)) | impeller::testing::MockImpellerContext | |
| MockImpellerContext() | impeller::testing::MockImpellerContext | inline |
| per_frame_task_ | impeller::Context | protected |
| ResetThreadLocalState() const | impeller::Context | virtual |
| Shutdown()=0 | impeller::Context | pure virtual |
| StoreTaskForGPU(const fml::closure &task, const fml::closure &failure) | impeller::Context | inlinevirtual |
| SubmitOnscreen(std::shared_ptr< CommandBuffer > cmd_buffer) | impeller::Context | virtual |
| UpdateOffscreenLayerPixelFormat(PixelFormat format) | impeller::Context | virtual |
| ~Context() | impeller::Context | virtual |