Searched refs:isDitherEnabled (Results 1 – 5 of 5) sorted by relevance
295 GC3Dboolean isDitherEnabled = 0; in initializeRenderbuffers() local316 isDitherEnabled = g3d->isEnabled(GraphicsContext3D::DITHER); in initializeRenderbuffers()337 if (isDitherEnabled) in initializeRenderbuffers()
268 GLboolean isDitherEnabled = GL_FALSE; in reshape() local290 isDitherEnabled = ::glIsEnabled(GL_DITHER); in reshape()309 if (isDitherEnabled) in reshape()
287 bool isDitherEnabled() const;
647 bool Context::isDitherEnabled() const in isDitherEnabled() function in gl::Context
3667 case GL_DITHER: return context->isDitherEnabled(); in glIsEnabled()