Searched refs:isDitherEnabled (Results 1 – 6 of 6) sorted by relevance
454 bool isDitherEnabled() const;
636 bool Context::isDitherEnabled() const in isDitherEnabled() function in es2::Context
3831 case GL_DITHER: return context->isDitherEnabled(); in IsEnabled()
271 bool isDitherEnabled() const { return mRasterizer.dither; } in isDitherEnabled() function
1441 return isDitherEnabled(); in getEnableFeature()
1977 setDitherEnabled(state.isDitherEnabled()); in syncState()