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

  /external/mesa3d/src/mesa/main/
macros.h 46 extern GLfloat _mesa_ubyte_to_float_color_tab[256];
47 #define UBYTE_TO_FLOAT(u) _mesa_ubyte_to_float_color_tab[(unsigned int)(u)]
context.c 157 GLfloat _mesa_ubyte_to_float_color_tab[256]; variable
392 _mesa_ubyte_to_float_color_tab[i] = (float) i / 255.0F;
    [all...]

Completed in 333 milliseconds