HomeSort by relevance Sort by last modified time
    Searched refs:CALL_VertexAttrib2fARB (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/main/
api_arrayelt.c 709 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]), BYTE_TO_FLOAT(v[1])));
715 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1]));
764 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index,
772 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index,
830 CALL_VertexAttrib2fARB(GET_DISPATCH(),
838 CALL_VertexAttrib2fARB(GET_DISPATCH(),
895 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, USHORT_TO_FLOAT(v[0]),
902 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, (GLfloat)v[0],
953 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, INT_TO_FLOAT(v[0]),
960 CALL_VertexAttrib2fARB(GET_DISPATCH(), (index, (GLfloat)v[0]
    [all...]
api_loopback.c 77 #define ATTRIB2ARB(index,x,y) CALL_VertexAttrib2fARB(GET_DISPATCH(), (index,x,y))
    [all...]
dlist.c     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
dispatch.h     [all...]

Completed in 536 milliseconds