Searched refs:isBlendEnabled (Results 1 – 9 of 9) sorted by relevance
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()
429 bool isBlendEnabled() const;
423 bool Context::isBlendEnabled() const in isBlendEnabled() function in es2::Context
3830 case GL_BLEND: return context->isBlendEnabled(); in IsEnabled()
188 bool isBlendEnabled() const { return mBlendStateExt.mEnabledMask.test(0); } in isBlendEnabled() function
1363 return isBlendEnabled(); in getEnableFeature()
1837 setBlendEnabled(state.isBlendEnabled()); in syncState()