Searched refs:GLInterface (Results 1 – 10 of 10) sorted by relevance
38 class GLInterface {40 GLInterface() {} in GLInterface() function41 virtual ~GLInterface() {} in ~GLInterface()62 static GLInterface* Create();65 extern scoped_ptr<GLInterface> g_main_gl_interface;
26 scoped_ptr<GLInterface> g_main_gl_interface;28 GLInterface* GLInterface::Create() { in Create()
8 scoped_ptr<GLInterface> g_main_gl_interface;10 GLInterface* GLInterface::Create() { in Create()
15 scoped_ptr<GLInterface> g_main_gl_interface;49 GLInterface* GLInterface::Create() { in Create()
12 class GLXInterface : public GLInterface {
12 class EGLInterface : public GLInterface {
34 GLInterface* interface = g_main_gl_interface.get(); in TestFunc()
12 class WaffleInterface : public GLInterface {
89 g_main_gl_interface.reset(GLInterface::Create()); in main()
112 g_main_gl_interface.reset(GLInterface::Create()); in main()