OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:translate_blend
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_blend.c
80
VIVS_PE_ALPHA_CONFIG_EQ_COLOR(
translate_blend
(rt0->rgb_func)) |
81
VIVS_PE_ALPHA_CONFIG_EQ_ALPHA(
translate_blend
(rt0->alpha_func));
etnaviv_translate.h
118
translate_blend
(unsigned blend)
function
/external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c
49
translate_blend
(GLenum blend)
function
104
assert("invalid GL token in
translate_blend
()" == NULL);
218
translate_blend
(ctx->Color.Blend[j].EquationRGB);
228
translate_blend
(ctx->Color.Blend[j].SrcRGB);
230
translate_blend
(ctx->Color.Blend[j].DstRGB);
234
translate_blend
(ctx->Color.Blend[j].EquationA);
244
translate_blend
(ctx->Color.Blend[j].SrcA);
246
translate_blend
(ctx->Color.Blend[j].DstA);
Completed in 376 milliseconds