Searched refs:isDitherEnabled (Results 1 – 10 of 10) sorted by relevance
348 bool isDitherEnabled() const;
616 bool Context::isDitherEnabled() const in isDitherEnabled() function in es1::Context
2491 case GL_DITHER: return context->isDitherEnabled(); break; in IsEnabled()
484 bool isDitherEnabled() const;
636 bool Context::isDitherEnabled() const in isDitherEnabled() function in es2::Context
3831 case GL_DITHER: return context->isDitherEnabled(); in IsEnabled()
243 bool isDitherEnabled() const { return mRasterizer.dither; } in isDitherEnabled() function
2731 if (apiState.isDitherEnabled()) in CaptureMidExecutionSetup()2733 capCap(GL_DITHER, apiState.isDitherEnabled()); in CaptureMidExecutionSetup()
1259 return isDitherEnabled(); in getEnableFeature()
1700 setDitherEnabled(state.isDitherEnabled()); in syncState()