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

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 53 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]);
t_rasterpos.c 122 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 53 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]);
t_rasterpos.c 122 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
gen_matypes.c 106 OFFSET( "CTX_LIGHT_BASE_COLOR ", struct gl_context, Light._BaseColor );
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 106 OFFSET( "CTX_LIGHT_BASE_COLOR ", struct gl_context, Light._BaseColor );
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
light.c 660 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],
    [all...]
mtypes.h 959 GLfloat _BaseColor[2][3];
    [all...]
  /external/mesa3d/src/mesa/main/
light.c 660 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],
    [all...]
mtypes.h 959 GLfloat _BaseColor[2][3];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 336 COPY_3V(c_scene, ctx->Light._BaseColor[0]);
nv20_state_tnl.c 253 COPY_3V(c_scene, ctx->Light._BaseColor[side]);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 336 COPY_3V(c_scene, ctx->Light._BaseColor[0]);
nv20_state_tnl.c 253 COPY_3V(c_scene, ctx->Light._BaseColor[side]);

Completed in 542 milliseconds