OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:effective_func
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel.c
42
effective_func
(GLenum func, bool src_alpha_is_one)
function
70
(
effective_func
(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
71
effective_func
(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
73
effective_func
(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
74
effective_func
(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c
42
effective_func
(GLenum func, bool src_alpha_is_one)
function
70
(
effective_func
(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
71
effective_func
(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
73
effective_func
(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
74
effective_func
(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
Completed in 59 milliseconds