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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 196 static std::string* s_glExtensions;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 88 std::string* GLEScontext::s_glExtensions= NULL;
135 if (!s_glExtensions) {
137 s_glExtensions = new std::string("");
480 if (s_glExtensions)
481 ret = s_glExtensions->c_str();

Completed in 25 milliseconds