OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brw_translate_blend_equation
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.h
41
extern GLuint
brw_translate_blend_equation
( GLenum mode );
brw_util.c
40
GLuint
brw_translate_blend_equation
( GLenum mode )
function
brw_cc.c
178
cc->cc6.blend_function =
brw_translate_blend_equation
(eqRGB);
182
cc->cc5.ia_blend_function =
brw_translate_blend_equation
(eqA);
gen6_cc.c
115
blend[b].blend0.blend_func =
brw_translate_blend_equation
(eqRGB);
119
blend[b].blend0.ia_blend_func =
brw_translate_blend_equation
(eqA);
Completed in 187 milliseconds