Searched refs:CALL_VertexAttrib3fARB (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 729 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]), in VertexAttrib3NbvARB() 737 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2])); in VertexAttrib3bvARB() 787 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, in VertexAttrib3NubvARB() 795 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, in VertexAttrib3ubvARB() 853 CALL_VertexAttrib3fARB(GET_DISPATCH(), in VertexAttrib3NsvARB() 863 CALL_VertexAttrib3fARB(GET_DISPATCH(), in VertexAttrib3svARB() 917 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, USHORT_TO_FLOAT(v[0]), in VertexAttrib3NusvARB() 925 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, (GLfloat)v[0], in VertexAttrib3usvARB() 975 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, INT_TO_FLOAT(v[0]), in VertexAttrib3NivARB() 983 CALL_VertexAttrib3fARB(GET_DISPATCH(), (index, (GLfloat)v[0], in VertexAttrib3ivARB() [all …]
|
D | api_loopback.c | 78 #define ATTRIB3ARB(index,x,y,z) CALL_VertexAttrib3fARB(GET_DISPATCH(), (index,x,y,z))
|
D | dlist.c | 5542 CALL_VertexAttrib3fARB(ctx->Exec, (attr, x, y, z)); in save_Attr3fARB()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 324 CALL_VertexAttrib3fARB(ctx->CurrentServerDispatch, (index, x, y, z)); in _mesa_unmarshal_VertexAttrib3fARB() 345 CALL_VertexAttrib3fARB(ctx->CurrentServerDispatch, (index, x, y, z)); in _mesa_marshal_VertexAttrib3fARB()
|
D | dispatch.h | 9577 #define CALL_VertexAttrib3fARB(disp, parameters) \ macro
|