Is possible to create OpenGL effects from C++ using Cocos2d-x?

I want to know if is possible to create some effects like:

  • Flip Vertical or Horizontal All the screen. I don’t mean a sprite like the tests :wink:
  • Create a Mirror effect using half-screen, or a part of it.
  • Create a element “teleport” a sprite, i.e, a sprite bounding box cross a line, and the part that has already throw the line is rendered in other part without create another sprite.
  • Drug effect, something like this: http://www.youtube.com/watch?v=24TXpqa9jG0

Using Cocos2d-x from C++.