Home
last modified time | relevance | path

Searched refs:save_Attr4fNV (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddlist.c5456 save_Attr4fNV(GLenum attr, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in save_Attr4fNV() function
5834 save_Attr4fNV(VERT_ATTRIB_POS, x, y, z, w); in save_Vertex4f()
5840 save_Attr4fNV(VERT_ATTRIB_POS, v[0], v[1], v[2], v[3]); in save_Vertex4fv()
5882 save_Attr4fNV(VERT_ATTRIB_TEX0, x, y, z, w); in save_TexCoord4f()
5888 save_Attr4fNV(VERT_ATTRIB_TEX0, v[0], v[1], v[2], v[3]); in save_TexCoord4fv()
5930 save_Attr4fNV(VERT_ATTRIB_COLOR0, x, y, z, w); in save_Color4f()
5936 save_Attr4fNV(VERT_ATTRIB_COLOR0, v[0], v[1], v[2], v[3]); in save_Color4fv()
6001 save_Attr4fNV(attr, x, y, z, w); in save_MultiTexCoord4f()
6008 save_Attr4fNV(attr, v[0], v[1], v[2], v[3]); in save_MultiTexCoord4fv()