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 43 extern GLfloat _mesa_ubyte_to_float_color_tab[256];
44 #define UBYTE_TO_FLOAT(u) _mesa_ubyte_to_float_color_tab[(unsigned int)(u)]
context.c 155 GLfloat _mesa_ubyte_to_float_color_tab[256]; variable
408 _mesa_ubyte_to_float_color_tab[i] = (float) i / 255.0F;
    [all...]

Completed in 341 milliseconds