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

/external/mesa3d/src/mesa/main/
H A Dmacros.h43 extern GLfloat _mesa_ubyte_to_float_color_tab[256];
44 #define UBYTE_TO_FLOAT(u) _mesa_ubyte_to_float_color_tab[(unsigned int)(u)]
H A Dcontext.c155 GLfloat _mesa_ubyte_to_float_color_tab[256]; variable
408 _mesa_ubyte_to_float_color_tab[i] = (float) i / 255.0F;

Completed in 66 milliseconds