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>
86 GLDispatch GLEScontext::s_glDispatch;
87 android::Mutex GLEScontext::s_lock;
88 std::string* GLEScontext::s_glExtensions= NULL;
89 std::string GLEScontext::s_glRenderer;
90 GLSupport GLEScontext::s_glSupport;
131 void GLEScontext::init() {
153 GLEScontext::GLEScontext():
166 GLenum GLEScontext::getGLerror()
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 116 class GLEScontext{
119 GLEScontext();
154 virtual ~GLEScontext();

Completed in 135 milliseconds