Home
last modified time | relevance | path

Searched refs:EAGLESContext (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/EAGL/
H A DOgreEAGLESContext.mm34 EAGLESContext::EAGLESContext(CAEAGLLayer *drawable, EAGLSharegroup *group)
68 EAGLESContext::~EAGLESContext()
86 bool EAGLESContext::createFramebuffer()
187 void EAGLESContext::destroyFramebuffer()
213 void EAGLESContext::setCurrent()
224 void EAGLESContext::endCurrent()
229 GLESContext * EAGLESContext::clone() const
231 return const_cast<EAGLESContext *>(this);
234 CAEAGLLayer * EAGLESContext::getDrawable() const
239 EAGLContext * EAGLESContext::getContext() const
H A DOgreEAGLSupport.mm136 CFDictionaryRef EAGLSupport::getGLConfigFromContext(EAGLESContext context)
274EAGLESContext * EAGLSupport::createNewContext(CFDictionaryRef &glconfig, CAEAGLLayer *drawable, EA…
276 EAGLESContext *context = new EAGLESContext(drawable, group);
H A DOgreEAGLWindow.mm463 *static_cast<EAGLESContext**>(pData) = mContext;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/include/EAGL/
H A DOgreEAGLESContext.h40 class _OgrePrivate EAGLESContext : public GLESContext
50 EAGLESContext(CAEAGLLayer *drawable, EAGLSharegroup *group);
54 virtual ~EAGLESContext();
H A DOgreEAGLSupport.h44 class EAGLESContext; variable
83EAGLESContext * createNewContext(CFDictionaryRef &glconfig, CAEAGLLayer *drawable, EAGLSharegroup …
84 CFDictionaryRef getGLConfigFromContext(EAGLESContext context);
H A DOgreEAGLWindow.h49 class EAGLESContext; variable
69 EAGLESContext* mContext;