Searched refs:save_Attr4fNV (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 5576 save_Attr4fNV(GLenum attr, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in save_Attr4fNV() function 5985 save_Attr4fNV(VERT_ATTRIB_POS, x, y, z, w); in save_Vertex4f() 5991 save_Attr4fNV(VERT_ATTRIB_POS, v[0], v[1], v[2], v[3]); in save_Vertex4fv() 6033 save_Attr4fNV(VERT_ATTRIB_TEX0, x, y, z, w); in save_TexCoord4f() 6039 save_Attr4fNV(VERT_ATTRIB_TEX0, v[0], v[1], v[2], v[3]); in save_TexCoord4fv() 6081 save_Attr4fNV(VERT_ATTRIB_COLOR0, x, y, z, w); in save_Color4f() 6087 save_Attr4fNV(VERT_ATTRIB_COLOR0, v[0], v[1], v[2], v[3]); in save_Color4fv() 6152 save_Attr4fNV(attr, x, y, z, w); in save_MultiTexCoord4f() 6159 save_Attr4fNV(attr, v[0], v[1], v[2], v[3]); in save_MultiTexCoord4fv() 6238 save_Attr4fNV(index, x, y, z, w); in save_VertexAttrib4fNV() [all …]
|