Lines Matching refs:graphicsResource
246 static void SetTextureSamplerType(GraphicsResource& graphicsResource, int index, int value);
247 static void SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value);
248 static void SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value);
249 …static void SetTevSrcRgb(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc valu…
250 …static void SetTevSrcAlpha(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc va…
251 …static void SetTevOperandRgb(GraphicsResource& graphicsResource, int index, TevOpRgb value0, TevOp…
252 …static void SetTevOperandAlpha(GraphicsResource& graphicsResource, int index, TevOpAlp value0, Tev…
253 static void SetTevScaleRgb(GraphicsResource& graphicsResource, int index, TevScale value);
254 static void SetTevScaleAlpha(GraphicsResource& graphicsResource, int index, TevScale value);
255 static void SetTevConstRgba(GraphicsResource& graphicsResource, int index, ut::Color8 value);
256 …static void SetTevConstRgba(GraphicsResource& graphicsResource, int index, ut::Color8 value0, ut::…
257 static void SetTevBufferColor(GraphicsResource &graphicsResource, ut::Color8 value);
258 …static void SetTevBufferInput(GraphicsResource &graphicsResource, int index, bool valueRgb, bool v…
259 static void SetEnableAlphaTest(GraphicsResource& graphicsResource, bool value);
260 static void SetAlphaRefValue(GraphicsResource& graphicsResource, f32 value);
261 static void SetAlphaTestFunc(GraphicsResource& graphicsResource, AlphaTest value);