Home | History | Annotate | Download | only in ndk_helper

Lines Matching refs:GLContext

18 // GLContext.h
49 * thus GLContext class is not designed as a thread-safe
51 class GLContext
79 GLContext( GLContext const& );
80 void operator=( GLContext const& );
81 GLContext();
82 virtual ~GLContext();
84 static GLContext* GetInstance()
87 static GLContext instance;