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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 62 GL_ARB_HALF_FLOAT_VERTEX(false),GL_SGIS_GENERATE_MIPMAP(false),
80 bool GL_SGIS_GENERATE_MIPMAP;
169 static bool isAutoMipmapSupported(){return s_glSupport.GL_SGIS_GENERATE_MIPMAP;}
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 539 if (strstr(cstring,"GL_SGIS_generate_mipmap ")!=NULL)
540 s_glSupport.GL_SGIS_GENERATE_MIPMAP = true;

Completed in 23 milliseconds