OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reord
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c
602
GLubyte
reord
[N_TEXELS][MAX_COMP], GLint n)
616
/* the first n texels in
reord
are guaranteed to be non-zero */
617
if (fxt1_choose(vec, n_vect,
reord
, n_comp, n) != 0) {
618
fxt1_lloyd(vec, n_vect,
reord
, n_comp, n);
812
GLubyte
reord
[N_TEXELS][MAX_COMP], GLint n)
833
sum +=
reord
[k][i];
849
hihi |=
reord
[maxCol][i] >> 3;
854
hihi |=
reord
[minCol][i] >> 3;
861
MAKEIVEC(n_vect, n_comp, iv, b,
reord
[minCol],
reord
[maxCol])
1196
GLubyte
reord
[N_TEXELS][MAX_COMP];
local
[
all
...]
/external/mesa3d/src/mesa/main/
texcompress_fxt1.c
602
GLubyte
reord
[N_TEXELS][MAX_COMP], GLint n)
616
/* the first n texels in
reord
are guaranteed to be non-zero */
617
if (fxt1_choose(vec, n_vect,
reord
, n_comp, n) != 0) {
618
fxt1_lloyd(vec, n_vect,
reord
, n_comp, n);
812
GLubyte
reord
[N_TEXELS][MAX_COMP], GLint n)
833
sum +=
reord
[k][i];
849
hihi |=
reord
[maxCol][i] >> 3;
854
hihi |=
reord
[minCol][i] >> 3;
861
MAKEIVEC(n_vect, n_comp, iv, b,
reord
[minCol],
reord
[maxCol])
1196
GLubyte
reord
[N_TEXELS][MAX_COMP];
local
[
all
...]
/external/iproute2/ip/
iproute.c
813
unsigned
reord
;
local
819
if (get_unsigned(&
reord
, *argv, 0))
821
rta_addattr32(mxrta, sizeof(mxbuf), RTAX_REORDERING,
reord
);
[
all
...]
Completed in 886 milliseconds