Home
last modified time | relevance | path

Searched refs:gl_enable_attrib_node (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dmtypes.h3109 struct gl_enable_attrib_node struct
3220 struct gl_enable_attrib_node Enable;
Dattrib.c134 struct gl_enable_attrib_node *attr = &head->Enable; in _mesa_PushAttrib()
335 pop_enable_group(struct gl_context *ctx, const struct gl_enable_attrib_node *enable) in pop_enable_group()