Searched defs:GLContext (Results 1 - 2 of 2) sorted by relevance

/development/ndk/sources/android/ndk_helper/
H A DGLContext.cpp18 // GLContext.cpp
24 #include "GLContext.h"
37 GLContext::GLContext() : function in class:ndk_helper::GLContext
49 void GLContext::InitGLES()
73 GLContext::~GLContext()
78 bool GLContext::Init( ANativeWindow* window )
96 bool GLContext::InitEGLSurface()
148 bool GLContext
[all...]
H A DGLContext.h18 // GLContext.h
49 * thus GLContext class is not designed as a thread-safe
51 class GLContext class in namespace:ndk_helper
79 GLContext( GLContext const& );
80 void operator=( GLContext const& );
81 GLContext();
82 virtual ~GLContext();
84 static GLContext* GetInstance()
87 static GLContext instanc
[all...]

Completed in 28 milliseconds