Searched refs:setNormalizeEnabled (Results 1 – 3 of 3) sorted by relevance
547 void setNormalizeEnabled(bool enable);
1205 case GL_NORMALIZE: context->setNormalizeEnabled(false); break; in Disable()1342 case GL_NORMALIZE: context->setNormalizeEnabled(true); break; in Enable()
3354 void Context::setNormalizeEnabled(bool enable) in setNormalizeEnabled() function in es1::Context