Searched refs:GLchan (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dmacros.h179 /** 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))
H A Dmtypes.h49 typedef GLubyte GLchan; typedef
54 typedef GLushort GLchan; typedef
59 typedef GLfloat GLchan; typedef
1193 GLchan *texelOut );
1244 FetchTexelFuncC FetchTexelc; /**< GLchan texel fetch function pointer */

Completed in 61 milliseconds