Searched refs:isDitherEnabled (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLFramebuffer.cpp295 GC3Dboolean isDitherEnabled = 0; local
316 isDitherEnabled = g3d->isEnabled(GraphicsContext3D::DITHER);
337 if (isDitherEnabled)
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h287 bool isDitherEnabled() const;
H A DContext.cpp647 bool Context::isDitherEnabled() const function in class:gl::Context
H A DlibGLESv2.cpp3667 case GL_DITHER: return context->isDitherEnabled();
/external/webkit/Source/WebCore/platform/graphics/opengl/
H A DGraphicsContext3DOpenGL.cpp268 GLboolean isDitherEnabled = GL_FALSE; local
290 isDitherEnabled = ::glIsEnabled(GL_DITHER);
309 if (isDitherEnabled)

Completed in 185 milliseconds