Home
last modified time | relevance | path

Searched refs:vbo_save_NotifyBegin (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo.h94 GLboolean vbo_save_NotifyBegin(struct gl_context *ctx, GLenum mode);
Dvbo_save_api.c1039 vbo_save_NotifyBegin(struct gl_context *ctx, GLenum mode) in vbo_save_NotifyBegin() function
1135 vbo_save_NotifyBegin(ctx, GL_QUADS | VBO_SAVE_PRIM_WEAK); in _save_OBE_Rectf()
1168 vbo_save_NotifyBegin(ctx, (mode | VBO_SAVE_PRIM_WEAK in _save_OBE_DrawArrays()
1218 vbo_save_NotifyBegin(ctx, (mode | VBO_SAVE_PRIM_WEAK | in _save_OBE_DrawElementsBaseVertex()
/external/mesa3d/src/mesa/main/
Ddlist.c5776 if (vbo_save_NotifyBegin(ctx, mode)) in save_Begin()