Searched refs:try_update_scene_state (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c64 static boolean try_update_scene_state( struct lp_setup_context *setup );
208 ok = try_update_scene_state(setup);
1012 try_update_scene_state( struct lp_setup_context *setup ) function in typeref:typename:boolean
1246 if (try_update_scene_state(setup))
1263 return try_update_scene_state(setup);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c66 static boolean try_update_scene_state( struct lp_setup_context *setup );
228 ok = try_update_scene_state(setup);
920 * See: lp_setup.c::try_update_scene_state
1190 try_update_scene_state( struct lp_setup_context *setup ) function in typeref:typename:boolean
1486 if (try_update_scene_state(setup))
1503 return try_update_scene_state(setup);

Completed in 10 milliseconds