Searched defs:GLbyte (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/include/GLES2/
H A Dgl2.h26 typedef khronos_int8_t GLbyte; typedef
/external/mesa3d/include/GLES/
H A Dgl.h22 typedef khronos_int8_t GLbyte; typedef
/external/mesa3d/include/GL/
H A Dgl.h153 typedef signed char GLbyte; /* 1-byte signed */ typedef
993 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
999 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1018 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1027 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte gree
[all...]

Completed in 357 milliseconds