/external/mesa3d/src/mesa/main/ |
D | rastpos.c | 260 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][0], 0.0F, 1.0F); in window_pos3f() 262 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][1], 0.0F, 1.0F); in window_pos3f() 264 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][2], 0.0F, 1.0F); in window_pos3f() 266 = CLAMP(ctx->Current.Attrib[VERT_ATTRIB_COLOR1][3], 0.0F, 1.0F); in window_pos3f()
|
D | arrayobj.c | 227 case VERT_ATTRIB_COLOR1: in _mesa_initialize_array_object() 228 init_array(ctx, &obj->VertexAttrib[VERT_ATTRIB_COLOR1], 3, GL_FLOAT); in _mesa_initialize_array_object()
|
D | getstring.c | 232 *params = (GLvoid *) ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_COLOR1].Ptr; in _mesa_GetPointerv()
|
D | get.c | 992 CONTEXT_FIELD(Current.Attrib[VERT_ATTRIB_COLOR1][0], TYPE_FLOATN_4), 994 { GL_SECONDARY_COLOR_ARRAY_EXT, ARRAY_BOOL(VertexAttrib[VERT_ATTRIB_COLOR1].Enabled), 996 { GL_SECONDARY_COLOR_ARRAY_TYPE_EXT, ARRAY_ENUM(VertexAttrib[VERT_ATTRIB_COLOR1].Type), 998 { GL_SECONDARY_COLOR_ARRAY_STRIDE_EXT, ARRAY_INT(VertexAttrib[VERT_ATTRIB_COLOR1].Stride), 1000 { GL_SECONDARY_COLOR_ARRAY_SIZE_EXT, ARRAY_INT(VertexAttrib[VERT_ATTRIB_COLOR1].Size), 1139 offsetof(struct gl_array_object, VertexAttrib[VERT_ATTRIB_COLOR1].BufferObj), NO_EXTRA },
|
D | api_arrayelt.c | 1501 if (arrayObj->VertexAttrib[VERT_ATTRIB_COLOR1].Enabled) { in _ae_update_state() 1502 aa->array = &arrayObj->VertexAttrib[VERT_ATTRIB_COLOR1]; in _ae_update_state()
|
D | enable.c | 91 var = &arrayObj->VertexAttrib[VERT_ATTRIB_COLOR1].Enabled; in client_state() 1490 return (ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_COLOR1].Enabled != 0); in _mesa_IsEnabled()
|
D | mtypes.h | 105 VERT_ATTRIB_COLOR1 = 4, enumerator 175 #define VERT_BIT_COLOR1 BITFIELD64_BIT(VERT_ATTRIB_COLOR1)
|
D | varray.c | 372 update_array(ctx, "glSecondaryColorPointer", VERT_ATTRIB_COLOR1, in _mesa_SecondaryColorPointerEXT()
|
D | context.c | 467 ASSIGN_4V( ctx->Current.Attrib[VERT_ATTRIB_COLOR1], 0.0, 0.0, 0.0, 1.0 ); in _mesa_init_current()
|
D | ff_fragment_shader.cpp | 1263 secondary = swizzle_xyz(get_current_attrib(p, VERT_ATTRIB_COLOR1)); in emit_instructions()
|
D | ffvertex_prog.c | 1589 emit_passthrough(p, VERT_ATTRIB_COLOR1, VERT_RESULT_COL1); in build_tnl_program()
|
D | dlist.c | 6093 save_Attr3fNV(VERT_ATTRIB_COLOR1, x, y, z); in save_SecondaryColor3fEXT() 6099 save_Attr3fNV(VERT_ATTRIB_COLOR1, v[0], v[1], v[2]); in save_SecondaryColor3fvEXT()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_render.c | 50 [VERT_ATTRIB_COLOR1] = {
|
D | nv20_render.c | 55 [VERT_ATTRIB_COLOR1] = {
|
D | nouveau_swtnl_t.c | 77 [VERT_ATTRIB_COLOR1] = {
|
D | nouveau_vbo_t.c | 172 vbo_emit_attr(ctx, arrays, VERT_ATTRIB_COLOR1); in vbo_choose_attrs()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_rasterpos.c | 163 VERT_RESULT_COL1, VERT_ATTRIB_COLOR1); in rastpos_point()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_maos_vbtmp.h | 139 spec = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR1]; in TAG()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_rasterpos.c | 456 ctx->Current.Attrib[VERT_ATTRIB_COLOR1]); in _tnl_RasterPos()
|
D | t_vb_program.c | 479 VB->AttribPtr[VERT_ATTRIB_COLOR1] = &store->results[VERT_RESULT_COL1]; in run_vp()
|
D | t_vertex_generic.c | 1073 a[j].attrib == VERT_ATTRIB_COLOR1) { in _tnl_generic_copy_pv()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 528 vp->inputs[VERT_ATTRIB_COLOR1] = 3; in r200_translate_vertex_program() 529 vp->inputmap_rev[5] = VERT_ATTRIB_COLOR1; in r200_translate_vertex_program() 623 else if (src[i].Index == VERT_ATTRIB_COLOR1) { in r200_translate_vertex_program()
|
D | r200_tcl.c | 406 map_rev_fixed[5] = VERT_ATTRIB_COLOR1; in r200_run_tcl_render()
|
/external/mesa3d/src/glsl/ |
D | builtin_variables.cpp | 78 { ir_var_in, VERT_ATTRIB_COLOR1, "vec4", "gl_SecondaryColor" },
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 414 idx == VERT_ATTRIB_COLOR1)) { in _mesa_fetch_state()
|