OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:save_attrib_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/main/
attrib.c
189
save_attrib_data
(struct gl_attrib_node **head,
function
230
save_attrib_data
(&head, GL_ACCUM_BUFFER_BIT, attr);
241
save_attrib_data
(&head, GL_COLOR_BUFFER_BIT, attr);
249
save_attrib_data
(&head, GL_CURRENT_BIT, attr);
256
save_attrib_data
(&head, GL_DEPTH_BUFFER_BIT, attr);
327
save_attrib_data
(&head, GL_ENABLE_BIT, attr);
337
save_attrib_data
(&head, GL_EVAL_BIT, attr);
344
save_attrib_data
(&head, GL_FOG_BIT, attr);
351
save_attrib_data
(&head, GL_HINT_BIT, attr);
359
save_attrib_data
(&head, GL_LIGHTING_BIT, attr)
[
all
...]
/external/mesa3d/src/mesa/main/
attrib.c
189
save_attrib_data
(struct gl_attrib_node **head,
function
230
save_attrib_data
(&head, GL_ACCUM_BUFFER_BIT, attr);
241
save_attrib_data
(&head, GL_COLOR_BUFFER_BIT, attr);
249
save_attrib_data
(&head, GL_CURRENT_BIT, attr);
256
save_attrib_data
(&head, GL_DEPTH_BUFFER_BIT, attr);
327
save_attrib_data
(&head, GL_ENABLE_BIT, attr);
337
save_attrib_data
(&head, GL_EVAL_BIT, attr);
344
save_attrib_data
(&head, GL_FOG_BIT, attr);
351
save_attrib_data
(&head, GL_HINT_BIT, attr);
359
save_attrib_data
(&head, GL_LIGHTING_BIT, attr)
[
all
...]
Completed in 866 milliseconds