Searched refs:VERT_ATTRIB_COLOR0 (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_render.c45 [VERT_ATTRIB_COLOR0] = {
H A Dnv20_render.c50 [VERT_ATTRIB_COLOR0] = {
H A Dnouveau_swtnl_t.c73 [VERT_ATTRIB_COLOR0] = {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Drastpos.c252 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][0], 0.0F, 1.0F);
254 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][1], 0.0F, 1.0F);
256 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][2], 0.0F, 1.0F);
258 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][3], 0.0F, 1.0F);
H A Dgetstring.c227 *params = (GLvoid *) ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_COLOR0].Ptr;
H A Dvarray.c326 update_array(ctx, "glColorPointer", VERT_ATTRIB_COLOR0,
1252 if (arrayObj->VertexAttrib[VERT_ATTRIB_COLOR0].Enabled)
1253 print_array("Color", -1, &arrayObj->VertexAttrib[VERT_ATTRIB_COLOR0]);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_render.c45 [VERT_ATTRIB_COLOR0] = {
H A Dnv20_render.c50 [VERT_ATTRIB_COLOR0] = {
H A Dnouveau_swtnl_t.c73 [VERT_ATTRIB_COLOR0] = {
/external/mesa3d/src/mesa/main/
H A Drastpos.c252 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][0], 0.0F, 1.0F);
254 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][1], 0.0F, 1.0F);
256 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][2], 0.0F, 1.0F);
258 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR0][3], 0.0F, 1.0F);
H A Dgetstring.c227 *params = (GLvoid *) ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_COLOR0].Ptr;
H A Dvarray.c326 update_array(ctx, "glColorPointer", VERT_ATTRIB_COLOR0,
1252 if (arrayObj->VertexAttrib[VERT_ATTRIB_COLOR0].Enabled)
1253 print_array("Color", -1, &arrayObj->VertexAttrib[VERT_ATTRIB_COLOR0]);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_feedback.c106 color = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
H A Dst_cb_rasterpos.c159 VERT_RESULT_COL0, VERT_ATTRIB_COLOR0);
H A Dst_cb_drawtex.c184 const GLfloat *c = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
H A Dst_cb_bitmap.c440 COPY_4V(colorSave, ctx->Current.Attrib[VERT_ATTRIB_COLOR0]);
441 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], color);
443 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], colorSave);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_context.c198 ctx->Current.Attrib[VERT_ATTRIB_COLOR0] );
H A Dt_rasterpos.c454 ctx->Current.Attrib[VERT_ATTRIB_COLOR0]);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_feedback.c106 color = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
H A Dst_cb_rasterpos.c159 VERT_RESULT_COL0, VERT_ATTRIB_COLOR0);
H A Dst_cb_drawtex.c184 const GLfloat *c = ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
H A Dst_cb_bitmap.c440 COPY_4V(colorSave, ctx->Current.Attrib[VERT_ATTRIB_COLOR0]);
441 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], color);
443 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], colorSave);
/external/mesa3d/src/mesa/tnl/
H A Dt_context.c198 ctx->Current.Attrib[VERT_ATTRIB_COLOR0] );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_vbtmp.h129 col = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR0];
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_vbtmp.h129 col = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR0];

Completed in 377 milliseconds

123