Home
last modified time | relevance | path

Searched refs:BlendFunction (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-2.3.4/CTR_SDK/include/nn/gd/CTR/
Dgd_OutputStage.h218 enum BlendFunction enum
939 OutputStage::BlendFunction m_SrcRgb;
946 OutputStage::BlendFunction m_DstRgb;
953 OutputStage::BlendFunction m_SrcAlpha;
960 OutputStage::BlendFunction m_DstAlpha;
995 …void SetBlendFunc(OutputStage::BlendFunction src, OutputStage::BlendFunction dst, OutputStage::Ble… in SetBlendFunc()
1025 …void SetBlendFunc(OutputStage::BlendFunction srcRgb, OutputStage::BlendFunction dstRgb, OutputStag… in SetBlendFunc()
1026 …OutputStage::BlendFunction dstAlpha, OutputStage::BlendEquation eqRgb, OutputStage::BlendEquation … in SetBlendFunc()