Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c729 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 …]
Dapi_loopback.c78 #define ATTRIB3ARB(index,x,y,z) CALL_VertexAttrib3fARB(GET_DISPATCH(), (index,x,y,z))
Ddlist.c5542 CALL_VertexAttrib3fARB(ctx->Exec, (attr, x, y, z)); in save_Attr3fARB()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c324 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()
Ddispatch.h9577 #define CALL_VertexAttrib3fARB(disp, parameters) \ macro