Home
last modified time | relevance | path

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

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