Home | History | Annotate | Download | only in main

Lines Matching refs:gl_light_attrib

355       struct gl_light_attrib *attr;
357 attr = MALLOC_STRUCT( gl_light_attrib );
358 memcpy( attr, &ctx->Light, sizeof(struct gl_light_attrib) );
1055 const struct gl_light_attrib *light;
1056 light = (const struct gl_light_attrib *) attr->data;