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

  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 144 for (j = 1 ; j <= SHINE_TABLE_SIZE ; j++)
148 for (j = 1 ; j < SHINE_TABLE_SIZE ; j++) {
149 GLfloat t, x = j / (GLfloat) (SHINE_TABLE_SIZE - 1);
158 m[SHINE_TABLE_SIZE] = 1.0F;
281 float f = dp * (SHINE_TABLE_SIZE - 1);
284 || k > SHINE_TABLE_SIZE - 2)
t_context.h 386 #define SHINE_TABLE_SIZE 256 /**< Material shininess lookup table sizes */
394 GLfloat tab[SHINE_TABLE_SIZE+1];

Completed in 72 milliseconds