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.c123 case GL_LOGIC_OP: in radeonBlendEquationSeparate()
144 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) { in radeonBlendEquationSeparate()
1481 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) { in radeonEnable()
1620 && ctx->Color.Blend[0].EquationRGB == GL_LOGIC_OP)) ) { in radeonEnable()
/external/mesa3d/include/GL/
Dgl.h397 #define GL_LOGIC_OP 0x0BF1 macro