Lines Matching refs:value0
509 GL::SetTevSrcRgb(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, TevSr… in SetTevSrcRgb() argument
513 GLint ivec[3] = { tevSrc[value0], tevSrc[value1], tevSrc[value2] }; in SetTevSrcRgb()
519 GL::SetTevSrcAlpha(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, Tev… in SetTevSrcAlpha() argument
523 GLint ivec[3] = { tevSrc[value0], tevSrc[value1], tevSrc[value2] }; in SetTevSrcAlpha()
529 GL::SetTevOperandRgb(GraphicsResource& graphicsResource, int index, TevOpRgb value0, TevOpRgb value… in SetTevOperandRgb() argument
556 GLint ivec[3] = { tevOpRgb[value0], tevOpRgb[value1], tevOpRgb[value2] }; in SetTevOperandRgb()
562 GL::SetTevOperandAlpha(GraphicsResource& graphicsResource, int index, TevOpAlp value0, TevOpAlp val… in SetTevOperandAlpha() argument
587 GLint ivec[3] = { tevOpAlp[value0], tevOpAlp[value1], tevOpAlp[value2] }; in SetTevOperandAlpha()
634 GL::SetTevConstRgba(GraphicsResource& graphicsResource, int index, nw::ut::Color8 value0, nw::ut::C… in SetTevConstRgba() argument
638 ColorU8ToFloat(value0.r), in SetTevConstRgba()
639 ColorU8ToFloat(value0.g), in SetTevConstRgba()
640 ColorU8ToFloat(value0.b), in SetTevConstRgba()