Searched refs:isFogEnabled (Results 1 – 3 of 3) sorted by relevance
375 bool isFogEnabled() const;
747 bool Context::isFogEnabled() const in isFogEnabled() function in es1::Context
2519 case GL_FOG: return context->isFogEnabled(); break; in IsEnabled()