Searched refs:push_attrib (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | attrib.c | 218 push_attrib(struct gl_context *ctx, struct gl_attrib_node **head, in push_attrib() function 265 if (!push_attrib(ctx, &head, DUMMY_BIT, sizeof(dummy), &dummy)) in _mesa_PushAttrib() 270 if (!push_attrib(ctx, &head, GL_ACCUM_BUFFER_BIT, in _mesa_PushAttrib() 300 if (!push_attrib(ctx, &head, GL_CURRENT_BIT, in _mesa_PushAttrib() 307 if (!push_attrib(ctx, &head, GL_DEPTH_BUFFER_BIT, in _mesa_PushAttrib() 399 if (!push_attrib(ctx, &head, GL_EVAL_BIT, in _mesa_PushAttrib() 406 if (!push_attrib(ctx, &head, GL_FOG_BIT, in _mesa_PushAttrib() 413 if (!push_attrib(ctx, &head, GL_HINT_BIT, in _mesa_PushAttrib() 421 if (!push_attrib(ctx, &head, GL_LIGHTING_BIT, in _mesa_PushAttrib() 428 if (!push_attrib(ctx, &head, GL_LINE_BIT, in _mesa_PushAttrib() [all …]
|