Searched refs:VBO_SAVE_FALLBACK (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/vbo/
H A Dvbo_save.c130 save->replay_flags |= VBO_SAVE_FALLBACK;
132 save->replay_flags &= ~VBO_SAVE_FALLBACK;
H A Dvbo_save.h105 #define VBO_SAVE_FALLBACK 0x10000000 macro
H A Dvbo_save_api.c1564 /* This is correct: want to keep only the VBO_SAVE_FALLBACK
1567 save->replay_flags &= VBO_SAVE_FALLBACK;

Completed in 82 milliseconds