Searched refs:isBlendEnabled (Results 1 – 7 of 7) sorted by relevance
154 GLboolean isBlendEnabled; member487 m_pAPI->isBlendEnabled = glIsEnabled(GL_BLEND); in APIRenderStates()522 if (!m_pAPI->isBlendEnabled) glDisable(GL_BLEND); in APIRenderStates()
326 bool isBlendEnabled() const;
448 bool Context::isBlendEnabled() const in isBlendEnabled() function in es1::Context
2490 case GL_BLEND: return context->isBlendEnabled(); break; in IsEnabled()
457 bool isBlendEnabled() const;
422 bool Context::isBlendEnabled() const in isBlendEnabled() function in es2::Context
3851 case GL_BLEND: return context->isBlendEnabled(); in IsEnabled()