Home
last modified time | relevance | path

Searched refs:GL_LOGIC_OP (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c120 case GL_LOGIC_OP: in radeonBlendEquationSeparate()
141 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) { in radeonBlendEquationSeparate()
1533 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) { in radeonEnable()
1672 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) { in radeonEnable()
/external/mesa3d/include/GL/
Dgl.h425 #define GL_LOGIC_OP 0x0BF1 macro