HomeSort by relevance Sort by last modified time
    Searched refs:GLInterface (Results 1 - 10 of 10) sorted by null

  /external/autotest/client/deps/glbench/src/
glinterface.h 38 class GLInterface {
40 GLInterface() {}
41 virtual ~GLInterface() {}
62 static GLInterface* Create();
65 extern std::unique_ptr<GLInterface> g_main_gl_interface;
glx_stuff.h 10 #include "glinterface.h"
12 class GLXInterface : public GLInterface {
glx_stuff.cc 28 std::unique_ptr<GLInterface> g_main_gl_interface;
30 GLInterface* GLInterface::Create() {
egl_stuff.h 9 #include "glinterface.h"
12 class EGLInterface : public GLInterface {
waffle_stuff.h 10 #include "glinterface.h"
12 class WaffleInterface : public GLInterface {
egl_stuff.cc 11 std::unique_ptr<GLInterface> g_main_gl_interface;
13 GLInterface* GLInterface::Create() {
contexttest.cc 8 #include "glinterface.h"
34 GLInterface* interface = g_main_gl_interface.get();
waffle_stuff.cc 17 std::unique_ptr<GLInterface> g_main_gl_interface;
51 GLInterface* GLInterface::Create() {
main.cc 15 #include "glinterface.h"
112 g_main_gl_interface.reset(GLInterface::Create());
windowmanagertest.cc 16 #include "glinterface.h"
89 g_main_gl_interface.reset(GLInterface::Create());

Completed in 76 milliseconds