Searched defs:vertexAttrib4f (Results 1 – 3 of 3) sorted by relevance
696 void GLContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::GLContext
3717 void ReferenceContext::vertexAttrib4f (deUint32 index, float x, float y, float z, float w) in vertexAttrib4f() function in sglr::ReferenceContext
854 glVertexAttrib4fFunc vertexAttrib4f; variable