HomeSort by relevance Sort by last modified time
    Searched defs:STRIDE_F (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h 192 #define STRIDE_F(p, i) (p = (GLfloat *)((GLubyte *)p + i))
  /external/mesa3d/src/mesa/main/
macros.h 192 #define STRIDE_F(p, i) (p = (GLfloat *)((GLubyte *)p + i))

Completed in 87 milliseconds