Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Material.cpp735 …internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(tevStage.GetKonstSelRgb()), this… in SetupGraphics()
757 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
805 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
850 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
873 … internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_BUFFER)); in SetupGraphics()
922 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K5)); in SetupGraphics()
945 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K5)); in SetupGraphics()
969 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
1014 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K5)); in SetupGraphics()
1037 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
[all …]
Dlyt_Common.cpp617 GL::SetTevConstRgba(GraphicsResource& graphicsResource, int index, nw::ut::Color8 value) in SetTevConstRgba() function in nw::lyt::internal::GL
632 GL::SetTevConstRgba(GraphicsResource& graphicsResource, int index, nw::ut::Color8 value0, nw::ut::C… in SetTevConstRgba() function in nw::lyt::internal::GL
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Common.h255 static void SetTevConstRgba(GraphicsResource& graphicsResource, int index, ut::Color8 value);
256 …static void SetTevConstRgba(GraphicsResource& graphicsResource, int index, ut::Color8 value0, ut::…