HomeSort by: relevance | last modified time | path
    Searched refs:_BaseColor (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_lighttmp.h 52 GLfloat (*base)[3] = ctx->Light._BaseColor;
240 GLfloat (*base)[3] = ctx->Light._BaseColor;
473 ACC_3V(base[0], ctx->Light._BaseColor[0] );
478 ACC_3V(base[1], ctx->Light._BaseColor[1]);
579 COPY_3V(sum[0], ctx->Light._BaseColor[0]);
581 COPY_3V(sum[1], ctx->Light._BaseColor[1]);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_lighttmp.h 52 GLfloat (*base)[3] = ctx->Light._BaseColor;
239 GLfloat (*base)[3] = ctx->Light._BaseColor;
471 ACC_3V(base[0], ctx->Light._BaseColor[0] );
476 ACC_3V(base[1], ctx->Light._BaseColor[1]);
577 COPY_3V(sum[0], ctx->Light._BaseColor[0]);
579 COPY_3V(sum[1], ctx->Light._BaseColor[1]);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
gen_matypes.c 126 OFFSET( "CTX_LIGHT_BASE_COLOR ", struct gl_context, Light._BaseColor );
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
light.c 711 COPY_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_EMISSION] );
712 ACC_SCALE_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_AMBIENT],
717 COPY_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_EMISSION] );
718 ACC_SCALE_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_AMBIENT],
rastpos.c 145 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
mtypes.h 621 GLfloat _BaseColor[2][3];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
light.c 645 COPY_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_EMISSION] );
646 ACC_SCALE_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_AMBIENT],
651 COPY_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_EMISSION] );
652 ACC_SCALE_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_AMBIENT],
rastpos.c 144 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
mtypes.h 646 GLfloat _BaseColor[2][3];
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 338 COPY_3V(c_scene, ctx->Light._BaseColor[0]);
nv20_state_tnl.c 255 COPY_3V(c_scene, ctx->Light._BaseColor[side]);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 337 COPY_3V(c_scene, ctx->Light._BaseColor[0]);
nv20_state_tnl.c 254 COPY_3V(c_scene, ctx->Light._BaseColor[side]);

Completed in 25 milliseconds