Searched defs:STRIDE_F (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmacros.h223 #define STRIDE_F(p, i) (p = (GLfloat *)((GLubyte *)p + i)) macro
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmacros.h249 #define STRIDE_F(p, i) (p = (GLfloat *)((GLubyte *)p + i)) macro

Completed in 4 milliseconds