Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.h54 BLEND_HSL_HUE, enumerator
Dvrend_shader.c568 case BLEND_HSL_HUE: return "hsl_hue"; in blend_to_name()
Dvrend_renderer.c1003 case BLEND_HSL_HUE: return GL_HSL_HUE_KHR; in translate_blend_func_advanced()
/external/mesa3d/src/compiler/
Dshader_enums.h827 BLEND_HSL_HUE, enumerator
/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp374 case BLEND_HSL_HUE: in calc_blend_result()
Dglsl_parser.yy1600 { "blend_support_hsl_hue", BITFIELD_BIT(BLEND_HSL_HUE) },
/external/mesa3d/src/mesa/main/
Dblend.c473 return BLEND_HSL_HUE; in advanced_blend_mode_from_gl_enum()