Home
last modified time | relevance | path

Searched defs:f32 (Results 1 – 2 of 2) sorted by relevance

/rust-libc-0.2.174/src/
H A Dpsp.rs3470 pub fn sceGuFog(near: f32, far: f32, color: u32); in sceGuFog()
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()
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()
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()
[all …]
/rust-libc-0.2.174/src/solid/
H A Dmod.rs525 pub fn strtof(arg1: *const c_char, arg2: *mut *mut c_char) -> f32; in strtof()
528 pub fn strtof_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f32; in strtof_l()