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()
166 bool use_core_profile; member
315 bool use_core_profile; member834 if (vrend_state.use_gles || !vrend_state.use_core_profile) in vrend_format_is_emulated_alpha()1246 if (vrend_state.use_core_profile) { in vrend_alpha_test_enable()1978 …case PIPE_TEX_WRAP_CLAMP: if (vrend_state.use_core_profile == false) return GL_CLAMP; else return … in convert_wrap()2236 if (vrend_state.use_core_profile == false) { in vrend_create_sampler_view()2984 if (vrend_state.use_core_profile == false) { in vrend_set_single_sampler_view()3244 if (vrend_state.use_core_profile == true) { in vrend_fill_shader_key()4434 if (vrend_state.use_core_profile && sub_ctx->prog->fs_stipple_loc != -1) { in vrend_draw_bind_objects()4440 if (vrend_state.use_core_profile && sub_ctx->prog->fs_alpha_ref_val_loc != -1) { in vrend_draw_bind_objects()5255 if (!vrend_state.use_core_profile) in vrend_hw_emit_dsa()[all …]
6993 if (cfg->use_core_profile && cfg->glsl_version >= 140) in vrend_convert_shader()