Home
last modified time | relevance | path

Searched refs:st_invalidate_state (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_context.c76 void st_invalidate_state(struct gl_context * ctx, GLuint new_state) in st_invalidate_state() function
360 functions->UpdateState = st_invalidate_state; in st_init_driver_functions()
Dst_context.h229 void st_invalidate_state(struct gl_context * ctx, GLuint new_state);
Dst_cb_fbo.c462 st_invalidate_state(ctx, _NEW_BUFFERS); in st_render_texture()
487 st_invalidate_state(ctx, _NEW_BUFFERS); in st_finish_render_texture()
Dst_manager.c877 st_invalidate_state(st->ctx, _NEW_BUFFERS); in st_manager_add_color_renderbuffer()