Searched refs:max_gl_core_version (Results 1 – 7 of 7) sorted by relevance
591 value[0] = (psp->max_gl_core_version != 0) in driQueryRendererIntegerCommon()595 value[0] = psp->max_gl_core_version / 10; in driQueryRendererIntegerCommon()596 value[1] = psp->max_gl_core_version % 10; in driQueryRendererIntegerCommon()
197 int max_gl_core_version; member
176 psp->max_gl_core_version = version; in driCreateNewScreen2()184 if (psp->max_gl_core_version > 0) in driCreateNewScreen2()270 max_version = screen->max_gl_core_version; in validate_context_version()
2413 dri_screen->max_gl_core_version = 46; in set_max_gl_versions()2419 dri_screen->max_gl_core_version = 33; in set_max_gl_versions()2421 dri_screen->max_gl_core_version = 42; in set_max_gl_versions()2423 dri_screen->max_gl_core_version = 43; in set_max_gl_versions()2425 dri_screen->max_gl_core_version = 45; in set_max_gl_versions()2432 dri_screen->max_gl_core_version = 33; in set_max_gl_versions()2439 dri_screen->max_gl_core_version = 0; in set_max_gl_versions()2452 dri_screen->max_gl_core_version = in set_max_gl_versions()2453 MIN2(32, dri_screen->max_gl_core_version); in set_max_gl_versions()2464 if (dri_screen->max_gl_compat_version < dri_screen->max_gl_core_version) { in set_max_gl_versions()[all …]
1199 assert(ctx->Version >= dri_screen->max_gl_core_version); in brw_create_context()
575 &screen->sPriv->max_gl_core_version, in dri_init_screen_helper()
1132 psp->max_gl_core_version = 0; in set_max_gl_versions()1144 psp->max_gl_core_version = 0; in set_max_gl_versions()