Lines Matching refs:glamor_make_current
14551 functions, which at some point call glamor_make_current to make sure
14559 glamor_make_current, lastGLContext == &glamor_priv->ctx, so MakeCurrent
14568 by preventing the false negative test in glamor_make_current.
21530 Set lastGLContext to NULL to force the next glamor_make_current() call
21533 Note that we cannot use glamor_make_current() here to replace the
21535 glamor_make_current takes a glamor_priv struct as argument and that
25717 glamor: glamor_make_current sooner in glamor_composite_with_shader
25719 glamor_make_current is supposed to be called before any GL APIs.
45073 v2: Switch to glamor_make_current
45117 v2: switch to glamor_make_current
45153 v3: Switch to glamor_make_current
46469 glamor: Replace glamor_get/put_context() with just glamor_make_current().