Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c705 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]))); in VertexAttrib1NbvARB()
711 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, (GLfloat)v[0])); in VertexAttrib1bvARB()
760 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, UBYTE_TO_FLOAT(v[0]))); in VertexAttrib1NubvARB()
766 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, (GLfloat)v[0])); in VertexAttrib1ubvARB()
826 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, SHORT_TO_FLOAT(v[0]))); in VertexAttrib1NsvARB()
832 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, (GLfloat)v[0])); in VertexAttrib1svARB()
891 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, USHORT_TO_FLOAT(v[0]))); in VertexAttrib1NusvARB()
897 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, (GLfloat)v[0])); in VertexAttrib1usvARB()
949 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, INT_TO_FLOAT(v[0]))); in VertexAttrib1NivARB()
955 CALL_VertexAttrib1fARB(GET_DISPATCH(), (index, (GLfloat)v[0])); in VertexAttrib1ivARB()
[all …]
Dapi_loopback.c76 #define ATTRIB1ARB(index,x) CALL_VertexAttrib1fARB(GET_DISPATCH(), (index,x))
Ddlist.c5497 CALL_VertexAttrib1fARB(ctx->Exec, (attr, x)); in save_Attr1fARB()
8979 CALL_VertexAttrib1fARB(ctx->Exec, (n[1].e, n[2].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c10519 CALL_VertexAttrib1fARB(ctx->CurrentServerDispatch, (index, x)); in _mesa_unmarshal_VertexAttrib1fARB()
10538 CALL_VertexAttrib1fARB(ctx->CurrentServerDispatch, (index, x)); in _mesa_marshal_VertexAttrib1fARB()
Ddispatch.h9533 #define CALL_VertexAttrib1fARB(disp, parameters) \ macro