|
| | GraphicsContextMRT () |
| virtual | ~GraphicsContextMRT () |
| void | apply () const |
| void | applyAlphaTest () const |
| void | applyDepthAndStencilTest () const |
| void | applyColorMask () const |
| void | applyBlendAndFastZ () const |
| void | applyBlendConstantColor () const |
| void | applyCullingAndPolygonModeAndPolygonOffset () const |
| void | setDepthEnable (bool test_enable, bool write_enable) |
| void | setDepthTestEnable (bool test_enable) |
| void | setDepthWriteEnable (bool write_enable) |
| void | setDepthFunc (Graphics::DepthFunc func) |
| void | setCullingMode (Graphics::CullingMode mode) |
| void | setBlendEnable (u32 target, bool blend) |
| void | setBlendEnableMask (u32 mask) |
| BlendExpression & | getBlendExpression (u32 target) |
| void | setBlendConstantColor (const Color4f &color) |
| void | setAlphaTestEnable (bool enable) |
| void | setAlphaTestFunc (Graphics::AlphaFunc func, f32 ref) |
| void | setColorMask (u32 target, bool r, bool g, bool b, bool a) |
| void | setColorMask (u32 mask) |
| void | setStencilTestEnable (bool enable) |
| void | setStencilTestFunc (Graphics::StencilFunc func, s32 ref, u32 mask) |
| void | setStencilTestOp (Graphics::StencilOp fail, Graphics::StencilOp zfail, Graphics::StencilOp zpass) |
| void | setPolygonMode (Graphics::PolygonMode front, Graphics::PolygonMode back) |
| void | setPolygonOffsetEnable (bool fill_front_enable, bool fill_back_enable, bool point_line_enable) |
| bool | getDepthTestEnable () const |
| bool | getDepthWriteEnable () const |
| Graphics::DepthFunc | getDepthFunc () const |
| Graphics::CullingMode | getCullingMode () const |
| bool | getBlendEnable (u32 target) const |
| u32 | getBlendEnableMask () const |
| const BlendExpression & | getBlendExpression (u32 target) const |
| const Color4f & | getBlendConstantColor () const |
| bool | getAlphaTestEnable () const |
| Graphics::AlphaFunc | getAlphaTestFunc () const |
| f32 | getAlphaTestRef () const |
| bool | getColorMaskR (u32 target) const |
| bool | getColorMaskG (u32 target) const |
| bool | getColorMaskB (u32 target) const |
| bool | getColorMaskA (u32 target) const |
| u32 | getColorMask () const |
| bool | getStencilTestEnable () const |
| Graphics::StencilFunc | getStencilTestFunc () const |
| s32 | getStencilTestRef () const |
| u32 | getStencilTestMask () const |
| Graphics::StencilOp | getStencilTestOpFail () const |
| Graphics::StencilOp | getStencilTestOpZFail () const |
| Graphics::StencilOp | getStencilTestOpZPass () const |
| Graphics::PolygonMode | getPolygonModeFront () const |
| Graphics::PolygonMode | getPolygonModeBack () const |
| bool | getPolygonOffsetFrontEnable () const |
| bool | getPolygonOffsetBackEnable () const |
| bool | getPolygonOffsetPointLineEnable () const |