Searched refs:push_attrib (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | attrib.c | 231 push_attrib(struct gl_context *ctx, struct gl_attrib_node **head, in push_attrib() function 278 if (!push_attrib(ctx, &head, DUMMY_BIT, sizeof(dummy), &dummy)) in _mesa_PushAttrib() 283 if (!push_attrib(ctx, &head, GL_ACCUM_BUFFER_BIT, in _mesa_PushAttrib() 313 if (!push_attrib(ctx, &head, GL_CURRENT_BIT, in _mesa_PushAttrib() 320 if (!push_attrib(ctx, &head, GL_DEPTH_BUFFER_BIT, in _mesa_PushAttrib() 416 if (!push_attrib(ctx, &head, GL_EVAL_BIT, in _mesa_PushAttrib() 423 if (!push_attrib(ctx, &head, GL_FOG_BIT, in _mesa_PushAttrib() 430 if (!push_attrib(ctx, &head, GL_HINT_BIT, in _mesa_PushAttrib() 438 if (!push_attrib(ctx, &head, GL_LIGHTING_BIT, in _mesa_PushAttrib() 445 if (!push_attrib(ctx, &head, GL_LINE_BIT, in _mesa_PushAttrib() [all …]
|