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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_render.c 50 [VERT_ATTRIB_COLOR1] = {
nv20_render.c 55 [VERT_ATTRIB_COLOR1] = {
nouveau_swtnl_t.c 77 [VERT_ATTRIB_COLOR1] = {
nouveau_vbo_t.c 172 vbo_emit_attr(ctx, arrays, VERT_ATTRIB_COLOR1);
  /external/mesa3d/src/mesa/main/
rastpos.c 260 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][0], 0.0F, 1.0F);
262 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][1], 0.0F, 1.0F);
264 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][2], 0.0F, 1.0F);
266 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][3], 0.0F, 1.0F);
arrayobj.c 227 case VERT_ATTRIB_COLOR1:
228 init_array(ctx, &obj->VertexAttrib[VERT_ATTRIB_COLOR1], 3, GL_FLOAT);
getstring.c 232 *params = (GLvoid *) ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_COLOR1].Ptr;
get.c     [all...]
api_arrayelt.c     [all...]
enable.c 91 var = &arrayObj->VertexAttrib[VERT_ATTRIB_COLOR1].Enabled;
    [all...]
mtypes.h 105 VERT_ATTRIB_COLOR1 = 4,
175 #define VERT_BIT_COLOR1 BITFIELD64_BIT(VERT_ATTRIB_COLOR1)
    [all...]
context.c 467 ASSIGN_4V( ctx->Current.Attrib[VERT_ATTRIB_COLOR1], 0.0, 0.0, 0.0, 1.0 );
    [all...]
ff_fragment_shader.cpp     [all...]
varray.c 372 update_array(ctx, "glSecondaryColorPointer", VERT_ATTRIB_COLOR1,
    [all...]
ffvertex_prog.c     [all...]
dlist.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_rasterpos.c 163 VERT_RESULT_COL1, VERT_ATTRIB_COLOR1);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 139 spec = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR1];
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 528 vp->inputs[VERT_ATTRIB_COLOR1] = 3;
529 vp->inputmap_rev[5] = VERT_ATTRIB_COLOR1;
623 else if (src[i].Index == VERT_ATTRIB_COLOR1) {
    [all...]
r200_tcl.c 406 map_rev_fixed[5] = VERT_ATTRIB_COLOR1;
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 456 ctx->Current.Attrib[VERT_ATTRIB_COLOR1]);
t_vb_program.c 479 VB->AttribPtr[VERT_ATTRIB_COLOR1] = &store->results[VERT_RESULT_COL1];
t_vertex_generic.c 1073 a[j].attrib == VERT_ATTRIB_COLOR1) {
  /external/mesa3d/src/glsl/
builtin_variables.cpp 78 { ir_var_in, VERT_ATTRIB_COLOR1, "vec4", "gl_SecondaryColor" },
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 414 idx == VERT_ATTRIB_COLOR1)) {
    [all...]

Completed in 102 milliseconds