Home | History | Annotate | Download | only in ndk_helper

Lines Matching refs:GLContext

18 // GLContext.cpp
24 #include "GLContext.h"
37 GLContext::GLContext() :
49 void GLContext::InitGLES()
73 GLContext::~GLContext()
78 bool GLContext::Init( ANativeWindow* window )
96 bool GLContext::InitEGLSurface()
148 bool GLContext::InitEGLContext()
164 EGLint GLContext::Swap()
174 return EGL_SUCCESS; //Still consider glContext is valid
188 void GLContext::Terminate()
212 EGLint GLContext::Resume( ANativeWindow* window )
259 void GLContext::Suspend()
268 bool GLContext::Invalidate()
276 bool GLContext::CheckExtension( const char* extension )