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 std::unique_ptr<GLInterface> g_main_gl_interface;
Dglx_stuff.cc28 std::unique_ptr<GLInterface> g_main_gl_interface;
30 GLInterface* GLInterface::Create() { in Create()
Degl_stuff.cc11 std::unique_ptr<GLInterface> g_main_gl_interface;
13 GLInterface* GLInterface::Create() { in Create()
Dwaffle_stuff.cc17 std::unique_ptr<GLInterface> g_main_gl_interface;
51 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()