This is the complete list of members for G3D::DepthOfField, including all inherited members.
apply(RenderDevice *rd, shared_ptr< Texture > color, shared_ptr< Texture > depth, const shared_ptr< Camera > &camera, Vector2int16 trimBandThickness, DebugOption debugOption=NONE) | G3D::DepthOfField | virtual |
blurPass(RenderDevice *rd, const shared_ptr< Texture > &blurInput, const shared_ptr< Texture > &nearInput, const shared_ptr< Framebuffer > &output, bool horizontal, const shared_ptr< Camera > &camera, const Rect2D &fullViewport, float maxCoCRadiusPixels, bool diskFramebuffer) | G3D::DepthOfField | protected |
composite(RenderDevice *rd, shared_ptr< Texture > packedBuffer, shared_ptr< Texture > blurBuffer, shared_ptr< Texture > nearBuffer, DebugOption d, Vector2int16 trimBandThickness, float farRadiusRescale, bool diskFramebuffer) | G3D::DepthOfField | protected |
computeCoC(RenderDevice *rd, const shared_ptr< Texture > &color, const shared_ptr< Texture > &depth, const shared_ptr< Camera > &camera, Vector2int16 inputGuardBand, float &farRadiusRescale, float maxCoCRadiusPixels) | G3D::DepthOfField | protected |
create(const String &debugName="G3D::DepthOfField") | G3D::DepthOfField | static |
createShared(ArgTypes &&... args) | G3D::ReferenceCountedObject | inlineprotectedstatic |
DebugOption enum name | G3D::DepthOfField | |
DepthOfField(const String &debugName) | G3D::DepthOfField | protected |
m_blurBuffer | G3D::DepthOfField | protected |
m_debugName | G3D::DepthOfField | protected |
m_horizontalFramebuffer | G3D::DepthOfField | protected |
m_nearBuffer | G3D::DepthOfField | protected |
m_packedBuffer | G3D::DepthOfField | protected |
m_packedFramebuffer | G3D::DepthOfField | protected |
m_tempBlurBuffer | G3D::DepthOfField | protected |
m_tempNearBuffer | G3D::DepthOfField | protected |
m_verticalFramebuffer | G3D::DepthOfField | protected |
NONE enum value | G3D::DepthOfField | |
resizeBuffers(shared_ptr< Texture > target, int reducedResolutionFactor, Vector2int16 trimBandThickness) | G3D::DepthOfField | protected |
SHOW_BLURRY enum value | G3D::DepthOfField | |
SHOW_COC enum value | G3D::DepthOfField | |
SHOW_INPUT enum value | G3D::DepthOfField | |
SHOW_MID_AND_FAR enum value | G3D::DepthOfField | |
SHOW_NEAR enum value | G3D::DepthOfField | |
SHOW_REGION enum value | G3D::DepthOfField | |
SHOW_SIGNED_COC enum value | G3D::DepthOfField | |
~ReferenceCountedObject() | G3D::ReferenceCountedObject | inlinevirtual |