OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
171
static bool isAutoMipmapSupported(){return s_glSupport.
GL_SGIS_GENERATE_MIPMAP
;}
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
547
if (strstr(cstring,"
GL_SGIS_generate_mipmap
")!=NULL)
548
s_glSupport.
GL_SGIS_GENERATE_MIPMAP
= true;
Completed in 192 milliseconds