Searched refs:_BaseColor (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_lighttmp.h53 GLfloat (*base)[3] = ctx->Light._BaseColor;
237 GLfloat (*base)[3] = ctx->Light._BaseColor;
467 ACC_3V(base[0], ctx->Light._BaseColor[0] );
472 ACC_3V(base[1], ctx->Light._BaseColor[1]);
573 COPY_3V(sum[0], ctx->Light._BaseColor[0]);
575 COPY_3V(sum[1], ctx->Light._BaseColor[1]);
H A Dt_rasterpos.c122 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h53 GLfloat (*base)[3] = ctx->Light._BaseColor;
237 GLfloat (*base)[3] = ctx->Light._BaseColor;
467 ACC_3V(base[0], ctx->Light._BaseColor[0] );
472 ACC_3V(base[1], ctx->Light._BaseColor[1]);
573 COPY_3V(sum[0], ctx->Light._BaseColor[0]);
575 COPY_3V(sum[1], ctx->Light._BaseColor[1]);
H A Dt_rasterpos.c122 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dgen_matypes.c106 OFFSET( "CTX_LIGHT_BASE_COLOR ", struct gl_context, Light._BaseColor );
/external/mesa3d/src/mesa/x86/
H A Dgen_matypes.c106 OFFSET( "CTX_LIGHT_BASE_COLOR ", struct gl_context, Light._BaseColor );
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dlight.c660 COPY_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_EMISSION] );
661 ACC_SCALE_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_AMBIENT],
666 COPY_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_EMISSION] );
667 ACC_SCALE_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_AMBIENT],
H A Dmtypes.h959 GLfloat _BaseColor[2][3]; member in struct:gl_light_attrib
/external/mesa3d/src/mesa/main/
H A Dlight.c660 COPY_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_EMISSION] );
661 ACC_SCALE_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_AMBIENT],
666 COPY_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_EMISSION] );
667 ACC_SCALE_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_AMBIENT],
H A Dmtypes.h959 GLfloat _BaseColor[2][3]; member in struct:gl_light_attrib
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c336 COPY_3V(c_scene, ctx->Light._BaseColor[0]);
H A Dnv20_state_tnl.c253 COPY_3V(c_scene, ctx->Light._BaseColor[side]);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c336 COPY_3V(c_scene, ctx->Light._BaseColor[0]);
H A Dnv20_state_tnl.c253 COPY_3V(c_scene, ctx->Light._BaseColor[side]);

Completed in 433 milliseconds