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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_vb.c 289 #define GET_COLOR(ptr, idx) ((ptr)->data[idx])
304 GET_COLOR(VB->BackfaceColorPtr, dst),
305 GET_COLOR(VB->BackfaceColorPtr, out),
306 GET_COLOR(VB->BackfaceColorPtr, in) );
310 GET_COLOR(VB->BackfaceSecondaryColorPtr, dst),
311 GET_COLOR(VB->BackfaceSecondaryColorPtr, out),
312 GET_COLOR(VB->BackfaceSecondaryColorPtr, in) );
330 COPY_4FV( GET_COLOR(VB->BackfaceColorPtr, dst),
331 GET_COLOR(VB->BackfaceColorPtr, src) );
334 COPY_4FV( GET_COLOR(VB->BackfaceSecondaryColorPtr, dst)
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vb.c 289 #define GET_COLOR(ptr, idx) ((ptr)->data[idx])
304 GET_COLOR(VB->BackfaceColorPtr, dst),
305 GET_COLOR(VB->BackfaceColorPtr, out),
306 GET_COLOR(VB->BackfaceColorPtr, in) );
310 GET_COLOR(VB->BackfaceSecondaryColorPtr, dst),
311 GET_COLOR(VB->BackfaceSecondaryColorPtr, out),
312 GET_COLOR(VB->BackfaceSecondaryColorPtr, in) );
330 COPY_4FV( GET_COLOR(VB->BackfaceColorPtr, dst),
331 GET_COLOR(VB->BackfaceColorPtr, src) );
334 COPY_4FV( GET_COLOR(VB->BackfaceSecondaryColorPtr, dst)
    [all...]

Completed in 3095 milliseconds