Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_attrib_tmp.h1489 TAG(VertexAttrib4s)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) in TAG() argument
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs3060 …pub unsafe fn VertexAttrib4s(index: types::GLuint, x: types::GLshort, y: types::GLshort, z: types:… in VertexAttrib4s() function
5782 pub static mut VertexAttrib4s: FnPtr = FnPtr { variable
19343 pub mod VertexAttrib4s { module