Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dapi_loopback.c78 #define ATTRIB3ARB(index,x,y,z) CALL_VertexAttrib3fARB(GET_DISPATCH(), (index,x,y,z)) macro
1311 ATTRIB3ARB(index, (GLfloat) x, (GLfloat) y, (GLfloat) z); in _mesa_VertexAttrib3s()
1359 ATTRIB3ARB(index, (GLfloat) v[0], (GLfloat) v[1], (GLfloat) v[2]); in _mesa_VertexAttrib3sv()
1365 ATTRIB3ARB(index, (GLfloat) v[0], (GLfloat) v[1], (GLfloat) v[2]); in _mesa_VertexAttrib3dv()