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

  /external/mesa3d/src/mesa/main/
macros.h 179 /** Stepping a GLchan[4] pointer by a byte stride */
180 #define STRIDE_4CHAN(p, i) (p = (GLchan (*)[4])((GLubyte *)p + i))
181 /** Stepping a GLchan pointer by a byte stride */
182 #define STRIDE_CHAN(p, i) (p = (GLchan *)((GLubyte *)p + i))
mtypes.h 49 typedef GLubyte GLchan;
54 typedef GLushort GLchan;
59 typedef GLfloat GLchan;
    [all...]

Completed in 34 milliseconds