Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/vbo/
Dvbo_exec.c61 vbo_exec_invalidate_state( ctx, ~0 ); in vbo_exec_init()
84 void vbo_exec_invalidate_state( struct gl_context *ctx, GLuint new_state ) in vbo_exec_invalidate_state() function
Dvbo_exec.h148 void vbo_exec_invalidate_state( struct gl_context *ctx, GLuint new_state );
Dvbo_context.c203 vbo_exec_invalidate_state(ctx, new_state); in _vbo_InvalidateState()