Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h1441 TAG(VertexAttrib2s)(GLuint index, GLshort x, GLshort y) in TAG() argument
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2997 …pub unsafe fn VertexAttrib2s(index: types::GLuint, x: types::GLshort, y: types::GLshort) -> () { _… in VertexAttrib2s() function
5698 pub static mut VertexAttrib2s: FnPtr = FnPtr { variable
18902 pub mod VertexAttrib2s { module