Short answer: you cannot. The following is a long answer.
By EAGLViewyou should understand the subclass UIViewthat is included in the OpenGL ES template in Xcode. The peculiarity of this class is that the class method is layerClassoverridden and returns a class CAEAGLLayerinstead of a class CALayer, as by default.
UIViewand CALayerwork in pairs. All objects UIVieware supported CALayer, CALayer- the object responsible for the layout and rendering on the screen. UIViewis a delegate CALayerand is responsible for drawing his graphics if necessary.
CALayer (UIView) draw CGContextRef. UIView, CGBlendMode , UIView.
CALayer . iPhone, undefined . , Core Image iPhone OS.