• Home
  • Raw
  • Download

Lines Matching defs:GLfloat

39 pub type GLfloat = super::__gl_imports::raw::c_float;  typedef
1557 …pub unsafe fn BlendColor(red: types::GLfloat, green: types::GLfloat, blue: types::GLfloat, alpha: … in BlendColor()
1610 …fn ClearBufferfi(buffer: types::GLenum, drawbuffer: types::GLint, depth: types::GLfloat, stencil: … in ClearBufferfi()
1612 …rBufferfv(buffer: types::GLenum, drawbuffer: types::GLint, value: *const types::GLfloat) -> () { _… in ClearBufferfv()
1618 …pub unsafe fn ClearColor(red: types::GLfloat, green: types::GLfloat, blue: types::GLfloat, alpha: … in ClearColor()
1623 …pub unsafe fn ClearDepthf(d: types::GLfloat) -> () { __gl_imports::mem::transmute::<_, extern "sys… in ClearDepthf()
1629 …: types::GLuint, buffer: types::GLenum, drawbuffer: types::GLint, depth: types::GLfloat, stencil: … in ClearNamedFramebufferfi()
1631 …::GLuint, buffer: types::GLenum, drawbuffer: types::GLint, value: *const types::GLfloat) -> () { _… in ClearNamedFramebufferfv()
1799 …pub unsafe fn DepthRangef(n: types::GLfloat, f: types::GLfloat) -> () { __gl_imports::mem::transmu… in DepthRangef()
2014 … fn GetFloati_v(target: types::GLenum, index: types::GLuint, data: *mut types::GLfloat) -> () { __… in GetFloati_v()
2016 …pub unsafe fn GetFloatv(pname: types::GLenum, data: *mut types::GLfloat) -> () { __gl_imports::mem… in GetFloatv()
2047 …GetMultisamplefv(pname: types::GLenum, index: types::GLuint, val: *mut types::GLfloat) -> () { __g… in GetMultisamplefv()
2131 …erParameterfv(sampler: types::GLuint, pname: types::GLenum, params: *mut types::GLfloat) -> () { _… in GetSamplerParameterfv()
2157 …: types::GLenum, level: types::GLint, pname: types::GLenum, params: *mut types::GLfloat) -> () { _… in GetTexLevelParameterfv()
2167 …TexParameterfv(target: types::GLenum, pname: types::GLenum, params: *mut types::GLfloat) -> () { _… in GetTexParameterfv()
2173 …: types::GLuint, level: types::GLint, pname: types::GLenum, params: *mut types::GLfloat) -> () { _… in GetTextureLevelParameterfv()
2181 …reParameterfv(texture: types::GLuint, pname: types::GLenum, params: *mut types::GLfloat) -> () { _… in GetTextureParameterfv()
2208 …etUniformfv(program: types::GLuint, location: types::GLint, params: *mut types::GLfloat) -> () { _… in GetUniformfv()
2238 …tVertexAttribfv(index: types::GLuint, pname: types::GLenum, params: *mut types::GLfloat) -> () { _… in GetVertexAttribfv()
2253 …types::GLenum, query: types::GLenum, bufSize: types::GLsizei, v: *mut types::GLfloat) -> () { __gl… in GetnMapfv()
2259 …GetnPixelMapfv(map: types::GLenum, bufSize: types::GLsizei, values: *mut types::GLfloat) -> () { _… in GetnPixelMapfv()
2274 …s::GLuint, location: types::GLint, bufSize: types::GLsizei, params: *mut types::GLfloat) -> () { _… in GetnUniformfv()
2336 …pub unsafe fn LineWidth(width: types::GLfloat) -> () { __gl_imports::mem::transmute::<_, extern "s… in LineWidth()
2359 …pub unsafe fn MinSampleShading(value: types::GLfloat) -> () { __gl_imports::mem::transmute::<_, ex… in MinSampleShading()
2428 …pub unsafe fn PatchParameterfv(pname: types::GLenum, values: *const types::GLfloat) -> () { __gl_i… in PatchParameterfv()
2436 …pub unsafe fn PixelStoref(pname: types::GLenum, param: types::GLfloat) -> () { __gl_imports::mem::… in PixelStoref()
2441 …pub unsafe fn PointParameterf(pname: types::GLenum, param: types::GLfloat) -> () { __gl_imports::m… in PointParameterf()
2444 …pub unsafe fn PointParameterfv(pname: types::GLenum, params: *const types::GLfloat) -> () { __gl_i… in PointParameterfv()
2452 …pub unsafe fn PointSize(size: types::GLfloat) -> () { __gl_imports::mem::transmute::<_, extern "sy… in PointSize()
2457 …pub unsafe fn PolygonOffset(factor: types::GLfloat, units: types::GLfloat) -> () { __gl_imports::m… in PolygonOffset()
2475 …rogramUniform1f(program: types::GLuint, location: types::GLint, v0: types::GLfloat) -> () { __gl_i… in ProgramUniform1f()
2478 …es::GLuint, location: types::GLint, count: types::GLsizei, value: *const types::GLfloat) -> () { _… in ProgramUniform1fv()
2497 …orm2f(program: types::GLuint, location: types::GLint, v0: types::GLfloat, v1: types::GLfloat) -> ( in ProgramUniform2f()
2500 …es::GLuint, location: types::GLint, count: types::GLsizei, value: *const types::GLfloat) -> () { _… in ProgramUniform2fv()
2519 …ram: types::GLuint, location: types::GLint, v0: types::GLfloat, v1: types::GLfloat, v2: types::GLf… in ProgramUniform3f()
2522 …es::GLuint, location: types::GLint, count: types::GLsizei, value: *const types::GLfloat) -> () { _… in ProgramUniform3fv()
2541 …::GLuint, location: types::GLint, v0: types::GLfloat, v1: types::GLfloat, v2: types::GLfloat, v3: … in ProgramUniform4f()
2544 …es::GLuint, location: types::GLint, count: types::GLsizei, value: *const types::GLfloat) -> () { _… in ProgramUniform4fv()
2561 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in ProgramUniformMatrix2fv()
2566 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in ProgramUniformMatrix2x3fv()
2571 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in ProgramUniformMatrix2x4fv()
2576 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in ProgramUniformMatrix3fv()
2581 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in ProgramUniformMatrix3x2fv()
2586 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in ProgramUniformMatrix3x4fv()
2591 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in ProgramUniformMatrix4fv()
2596 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in ProgramUniformMatrix4x2fv()
2601 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in ProgramUniformMatrix4x3fv()
2631 …pub unsafe fn SampleCoverage(value: types::GLfloat, invert: types::GLboolean) -> () { __gl_imports… in SampleCoverage()
2641 …amplerParameterf(sampler: types::GLuint, pname: types::GLenum, param: types::GLfloat) -> () { __gl… in SamplerParameterf()
2643 …rParameterfv(sampler: types::GLuint, pname: types::GLenum, param: *const types::GLfloat) -> () { _… in SamplerParameterfv()
2723 … fn TexParameterf(target: types::GLenum, pname: types::GLenum, param: types::GLfloat) -> () { __gl… in TexParameterf()
2725 …exParameterfv(target: types::GLenum, pname: types::GLenum, params: *const types::GLfloat) -> () { … in TexParameterfv()
2764 …extureParameterf(texture: types::GLuint, pname: types::GLenum, param: types::GLfloat) -> () { __gl… in TextureParameterf()
2766 …eParameterfv(texture: types::GLuint, pname: types::GLenum, param: *const types::GLfloat) -> () { _… in TextureParameterfv()
2803 …pub unsafe fn Uniform1f(location: types::GLint, v0: types::GLfloat) -> () { __gl_imports::mem::tra… in Uniform1f()
2806 … Uniform1fv(location: types::GLint, count: types::GLsizei, value: *const types::GLfloat) -> () { _… in Uniform1fv()
2825 …pub unsafe fn Uniform2f(location: types::GLint, v0: types::GLfloat, v1: types::GLfloat) -> () { __… in Uniform2f()
2828 … Uniform2fv(location: types::GLint, count: types::GLsizei, value: *const types::GLfloat) -> () { _… in Uniform2fv()
2847 …unsafe fn Uniform3f(location: types::GLint, v0: types::GLfloat, v1: types::GLfloat, v2: types::GLf… in Uniform3f()
2850 … Uniform3fv(location: types::GLint, count: types::GLsizei, value: *const types::GLfloat) -> () { _… in Uniform3fv()
2869 …Uniform4f(location: types::GLint, v0: types::GLfloat, v1: types::GLfloat, v2: types::GLfloat, v3: … in Uniform4f()
2872 … Uniform4fv(location: types::GLint, count: types::GLsizei, value: *const types::GLfloat) -> () { _… in Uniform4fv()
2891 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in UniformMatrix2fv()
2896 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in UniformMatrix2x3fv()
2901 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in UniformMatrix2x4fv()
2906 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in UniformMatrix3fv()
2911 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in UniformMatrix3x2fv()
2916 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in UniformMatrix3x4fv()
2921 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in UniformMatrix4fv()
2926 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in UniformMatrix4x2fv()
2931 …GLint, count: types::GLsizei, transpose: types::GLboolean, value: *const types::GLfloat) -> () { _… in UniformMatrix4x3fv()
2973 …pub unsafe fn VertexAttrib1f(index: types::GLuint, x: types::GLfloat) -> () { __gl_imports::mem::t… in VertexAttrib1f()
2976 …pub unsafe fn VertexAttrib1fv(index: types::GLuint, v: *const types::GLfloat) -> () { __gl_imports… in VertexAttrib1fv()
2991 …pub unsafe fn VertexAttrib2f(index: types::GLuint, x: types::GLfloat, y: types::GLfloat) -> () { _… in VertexAttrib2f()
2994 …pub unsafe fn VertexAttrib2fv(index: types::GLuint, v: *const types::GLfloat) -> () { __gl_imports… in VertexAttrib2fv()
3009 …nsafe fn VertexAttrib3f(index: types::GLuint, x: types::GLfloat, y: types::GLfloat, z: types::GLfl… in VertexAttrib3f()
3012 …pub unsafe fn VertexAttrib3fv(index: types::GLuint, v: *const types::GLfloat) -> () { __gl_imports… in VertexAttrib3fv()
3051 …ertexAttrib4f(index: types::GLuint, x: types::GLfloat, y: types::GLfloat, z: types::GLfloat, w: ty… in VertexAttrib4f()
3054 …pub unsafe fn VertexAttrib4fv(index: types::GLuint, v: *const types::GLfloat) -> () { __gl_imports… in VertexAttrib4fv()
3211 … ViewportArrayv(first: types::GLuint, count: types::GLsizei, v: *const types::GLfloat) -> () { __g… in ViewportArrayv()
3214 …wportIndexedf(index: types::GLuint, x: types::GLfloat, y: types::GLfloat, w: types::GLfloat, h: ty… in ViewportIndexedf()
3217 …pub unsafe fn ViewportIndexedfv(index: types::GLuint, v: *const types::GLfloat) -> () { __gl_impor… in ViewportIndexedfv()