Searched refs:use_core_profile (Results 1 – 4 of 4) sorted by relevance
86 bool use_core_profile = env_var_as_boolean("LIBGL_PROFILE_CORE", false); in apple_visual_create_pfobj() local161 if (use_core_profile) { in apple_visual_create_pfobj()172 if ((error == kCGLBadAttribute || vsref == 0) && use_core_profile) { in apple_visual_create_pfobj()
110 bool use_core_profile; member
223 bool use_core_profile; member609 if (!vrend_state.use_core_profile) in vrend_format_is_emulated_alpha()915 if (vrend_state.use_core_profile) { in vrend_alpha_test_enable()1627 …case PIPE_TEX_WRAP_CLAMP: if (vrend_state.use_core_profile == false) return GL_CLAMP; else return … in convert_wrap()2482 if (vrend_state.use_core_profile == false) { in vrend_set_single_sampler_view()2691 if (vrend_state.use_core_profile == true) { in vrend_fill_shader_key()3525 if (vrend_state.use_core_profile == false) { in vrend_draw_bind_samplers_shader()3707 if (vrend_state.use_core_profile && ctx->sub->prog->fs_stipple_loc != -1) { in vrend_draw_bind_objects()4389 if (!vrend_state.use_core_profile) in vrend_hw_emit_dsa()4542 } else if (vrend_state.use_core_profile == false) { in vrend_hw_emit_rs()[all …]
4939 if (cfg->use_core_profile && cfg->glsl_version >= 140) in vrend_convert_shader()