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

  /external/mesa3d/src/mesa/tnl_dd/
t_dd_unfilled.h 87 VERT_RESTORE_RGBA(0);
88 VERT_RESTORE_RGBA(1);
150 VERT_RESTORE_RGBA(0);
151 VERT_RESTORE_RGBA(1);
152 VERT_RESTORE_RGBA(2);
t_dd_tritmp.h 60 * VERT_RESTORE_RGBA: Restore vertex rgba from a local variable.
312 VERT_RESTORE_RGBA( 0 );
313 VERT_RESTORE_RGBA( 1 );
315 VERT_RESTORE_RGBA( 2 );
327 VERT_RESTORE_RGBA( 0 );
328 VERT_RESTORE_RGBA( 1 );
551 VERT_RESTORE_RGBA( 0 );
552 VERT_RESTORE_RGBA( 1 );
553 VERT_RESTORE_RGBA( 2 );
555 VERT_RESTORE_RGBA( 3 )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 470 #define VERT_RESTORE_RGBA( idx ) v[idx]->ui[coloroffset] = color[idx]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 592 #define VERT_RESTORE_RGBA( idx ) v[idx]->ui[coloroffset] = color[idx]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 649 #define VERT_RESTORE_RGBA( idx ) if (coloroffset) v[idx]->ui[coloroffset] = color[idx]
    [all...]

Completed in 58 milliseconds