HomeSort by relevance Sort by last modified time
    Searched defs:GLEScontext (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 17 #include <GLcommon/GLEScontext.h>
87 GLDispatch GLEScontext::s_glDispatch;
88 emugl::Mutex GLEScontext::s_lock;
89 std::string* GLEScontext::s_glExtensions= NULL;
90 std::string GLEScontext::s_glVendor;
91 std::string GLEScontext::s_glRenderer;
92 std::string GLEScontext::s_glVersion;
93 GLSupport GLEScontext::s_glSupport;
134 void GLEScontext::init() {
156 GLEScontext::GLEScontext()
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 116 class GLEScontext{
119 GLEScontext();
156 virtual ~GLEScontext();

Completed in 233 milliseconds