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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 203 #define N_TEXELS 32 /* number of texels in a block (always 32) */
313 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
335 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
365 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
394 } hist[N_TEXELS];
459 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
476 * input[N_TEXELS][MAX_COMP] input texels
560 GLubyte input[N_TEXELS][MAX_COMP])
569 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) {
570 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS);
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 203 #define N_TEXELS 32 /* number of texels in a block (always 32) */
313 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
335 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
365 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
394 } hist[N_TEXELS];
459 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
476 * input[N_TEXELS][MAX_COMP] input texels
560 GLubyte input[N_TEXELS][MAX_COMP])
569 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) {
570 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS);
    [all...]

Completed in 2063 milliseconds