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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_twoside.c 62 COPY_4FV(tmp->data[twoside->attrib_front0],
66 COPY_4FV(tmp->data[twoside->attrib_front1],
draw_pipe_flatshade.c 76 COPY_4FV(dst->data[attr], src->data[attr]);
96 COPY_4FV(dst0->data[attr], src->data[attr]);
97 COPY_4FV(dst1->data[attr], src->data[attr]);
draw_pipe_clip.c 106 COPY_4FV(dst->data[attr], src->data[attr]);
  /external/mesa3d/src/mesa/main/
clip.c 88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation);
texgen.c 156 COPY_4FV(texgen->ObjectPlane, params);
178 COPY_4FV(texgen->EyePlane, tmp);
light.c 717 COPY_4FV( mat->Attrib[i], color );
786 COPY_4FV( params, mat[MAT_ATTRIB_AMBIENT(f)] );
789 COPY_4FV( params, mat[MAT_ATTRIB_DIFFUSE(f)] );
792 COPY_4FV( params, mat[MAT_ATTRIB_SPECULAR(f)] );
795 COPY_4FV( params, mat[MAT_ATTRIB_EMISSION(f)] );
966 COPY_4FV( light->_Position, light->EyePosition );
    [all...]
texenv.c 96 COPY_4FV(texUnit->EnvColorUnclamped, color);
686 COPY_4FV( params, texUnit->EnvColor );
688 COPY_4FV( params, texUnit->EnvColorUnclamped );
842 COPY_4FV(texUnit->RotMatrix, param);
accum.c 57 COPY_4FV( ctx->Accum.ClearColor, tmp );
attrib.c 716 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane);
717 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane);
718 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
719 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane);
    [all...]
macros.h 251 COPY_4FV(GLfloat dst[4], const GLfloat src[4])
rastpos.c 273 COPY_4FV( ctx->Current.RasterTexCoords[texSet],
get.c     [all...]
blend.c 557 COPY_4FV( ctx->Color.BlendColorUnclamped, tmp );
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 738 #ifndef COPY_4FV
739 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC)
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 453 COPY_4FV(ctx->Current.RasterColor,
455 COPY_4FV(ctx->Current.RasterSecondaryColor,
t_vb_lighttmp.h 492 COPY_4FV(Fcolor[j], base[0]);
506 COPY_4FV(Bcolor[j], base[1]);
t_vertex_generic.c 1137 COPY_4FV( VB->BackfaceColorPtr->data[dst],
1142 COPY_4FV( VB->BackfaceSecondaryColorPtr->data[dst],
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vb.c 330 COPY_4FV( GET_COLOR(VB->BackfaceColorPtr, dst),
334 COPY_4FV( GET_COLOR(VB->BackfaceSecondaryColorPtr, dst),
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 282 COPY_4FV(bc.color, ctx->Color.BlendColorUnclamped);
st_cb_bitmap.c 727 COPY_4FV(cache->color, st->ctx->Current.RasterColor);

Completed in 1323 milliseconds