Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c421 gl_set_current_context(OpenGLContextStateP new_cs, OpenGLContextStateP old_cs) in gl_set_current_context() argument
429 if (old_cs) { in gl_set_current_context()
430 if (old_cs == new_cs) in gl_set_current_context()
432 gl_get_current_context(old_cs); in gl_set_current_context()
433 if (old_cs->display == new_cs->display && in gl_set_current_context()
434 old_cs->window == new_cs->window && in gl_set_current_context()
435 old_cs->context == new_cs->context) in gl_set_current_context()
874 struct OpenGLContextState old_cs, *new_cs; in vaCreateSurfaceGLX_impl_libva() local
876 gl_get_current_context(&old_cs); in vaCreateSurfaceGLX_impl_libva()
877 new_cs = gl_create_context(ctx, &old_cs); in vaCreateSurfaceGLX_impl_libva()
[all …]