Lines Matching defs:f32
3470 pub fn sceGuFog(near: f32, far: f32, color: u32); in sceGuFog()
3477 pub fn sceGuSendCommandf(cmd: GeCommand, argument: f32); in sceGuSendCommandf()
3510 pub fn sceGuLightAtt(light: i32, atten0: f32, atten1: f32, atten2: f32); in sceGuLightAtt()
3513 pub fn sceGuLightSpot(light: i32, direction: &ScePspFVector3, exponent: f32, cutoff: f32); in sceGuLightSpot()
3530 pub fn sceGuSpecular(power: f32); in sceGuSpecular()
3559 pub fn sceGuTexLevelMode(mode: TextureLevelMode, bias: f32); in sceGuTexLevelMode()
3562 pub fn sceGuTexOffset(u: f32, v: f32); in sceGuTexOffset()
3564 pub fn sceGuTexScale(u: f32, v: f32); in sceGuTexScale()
3565 pub fn sceGuTexSlope(slope: f32); in sceGuTexSlope()
3594 pub fn sceGuMorphWeight(index: i32, weight: f32); in sceGuMorphWeight()
3642 pub fn sceGumOrtho(left: f32, right: f32, bottom: f32, top: f32, near: f32, far: f32); in sceGumOrtho()
3643 pub fn sceGumPerspective(fovy: f32, aspect: f32, near: f32, far: f32); in sceGumPerspective()
3646 pub fn sceGumRotateX(angle: f32); in sceGumRotateX()
3647 pub fn sceGumRotateY(angle: f32); in sceGumRotateY()
3648 pub fn sceGumRotateZ(angle: f32); in sceGumRotateZ()