Go to the source code of this file.
|
| void | impeller::ConfigureBlending (const ProcTableGLES &gl, const ColorAttachmentDescriptor *color) |
| |
| void | impeller::ConfigureStencil (GLenum face, const ProcTableGLES &gl, const StencilAttachmentDescriptor &stencil, uint32_t stencil_reference) |
| |
| void | impeller::ConfigureStencil (const ProcTableGLES &gl, const PipelineDescriptor &pipeline, uint32_t stencil_reference) |
| |
| bool | impeller::EncodeCommandsInReactor (const RenderPassData &pass_data, const std::shared_ptr< Allocator > &transients_allocator, const ReactorGLES &reactor, const std::vector< Command > &commands) |
| |