Home
last modified time | relevance | path

Searched refs:GL_SGIS_GENERATE_MIPMAP (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLEScontext.h62 GL_ARB_HALF_FLOAT_VERTEX(false),GL_SGIS_GENERATE_MIPMAP(false), in GLSupport()
80 bool GL_SGIS_GENERATE_MIPMAP; member
171 static bool isAutoMipmapSupported(){return s_glSupport.GL_SGIS_GENERATE_MIPMAP;} in isAutoMipmapSupported()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp548 s_glSupport.GL_SGIS_GENERATE_MIPMAP = true; in initCapsLocked()