OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERT_COPY_RGBA
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h
51
VERT_COPY_RGBA
(v[0], v[2]);
52
VERT_COPY_RGBA
(v[1], v[2]);
120
VERT_COPY_RGBA
(v[0], v[3]);
121
VERT_COPY_RGBA
(v[1], v[3]);
122
VERT_COPY_RGBA
(v[2], v[3]);
t_dd_tritmp.h
58
*
VERT_COPY_RGBA
: Copy vertex rgba another vertex.
249
VERT_COPY_RGBA
( v[0], v[2] );
250
VERT_COPY_RGBA
( v[1], v[2] );
483
VERT_COPY_RGBA
( v[0], v[3] );
484
VERT_COPY_RGBA
( v[1], v[3] );
485
VERT_COPY_RGBA
( v[2], v[3] );
612
VERT_COPY_RGBA
( v[0], v[1] );
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c
443
#define
VERT_COPY_RGBA
( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset]
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c
565
#define
VERT_COPY_RGBA
( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset]
/external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c
654
#define
VERT_COPY_RGBA
( v0, v1 ) if (coloroffset) v0->ui[coloroffset] = v1->ui[coloroffset]
[
all
...]
Completed in 46 milliseconds