Home
last modified time | relevance | path

Searched refs:GLInterface (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/deps/glbench/src/
Dglinterface.h38 class GLInterface {
40 GLInterface() {} in GLInterface() function
41 virtual ~GLInterface() {} in ~GLInterface()
62 static GLInterface* Create();
65 extern scoped_ptr<GLInterface> g_main_gl_interface;
Dglx_stuff.cc26 scoped_ptr<GLInterface> g_main_gl_interface;
28 GLInterface* GLInterface::Create() { in Create()
Degl_stuff.cc8 scoped_ptr<GLInterface> g_main_gl_interface;
10 GLInterface* GLInterface::Create() { in Create()
Dwaffle_stuff.cc15 scoped_ptr<GLInterface> g_main_gl_interface;
49 GLInterface* GLInterface::Create() { in Create()
Dglx_stuff.h12 class GLXInterface : public GLInterface {
Degl_stuff.h12 class EGLInterface : public GLInterface {
Dcontexttest.cc34 GLInterface* interface = g_main_gl_interface.get(); in TestFunc()
Dwaffle_stuff.h12 class WaffleInterface : public GLInterface {
Dwindowmanagertest.cc89 g_main_gl_interface.reset(GLInterface::Create()); in main()
Dmain.cc112 g_main_gl_interface.reset(GLInterface::Create()); in main()