Searched refs:GL_COPY (Results 1 – 20 of 20) sorted by relevance
59 case GL_COPY: \
884 case GL_COPY: in logic_op()1212 ctx->Color.LogicOp = GL_COPY; in _mesa_init_color()
935 case GL_COPY: in FromGLenum()977 return GL_COPY; in ToGLenum()
626 case GL_COPY: return sw::LOGICALOP_COPY; in ConvertLogicalOperation()
241 logicalOperation = GL_COPY; in Context()
2880 case GL_COPY: in LogicOp()
33 #define GL_COPY 0x1503 macro
325 #define GL_COPY 0x1503 macro
267 #define GL_COPY 0x1503 macro
991 gl.logicOp (GL_COPY); in resetStateGLCore()
271 #define GL_COPY 0x1503 macro
1572 (!ctx->Color.ColorLogicOpEnabled || ctx->Color.LogicOp == GL_COPY) && in blit_copy_pixels()
398 #define GL_COPY 0x1503 macro
217 #define GL_COPY 0x1503 macro
225 #define GL_COPY 0x1503 macro
2842 WARN_ONCE(ctx->Color.LogicOp != GL_COPY &&
216 #define GL_COPY 0x1503 macro
646 #define GL_COPY 0x1503 macro
1427 pub const GL_COPY: u32 = 5379; constant