HomeSort by relevance Sort by last modified time
    Searched defs:isDitherEnabled (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 295 GC3Dboolean isDitherEnabled = 0;
316 isDitherEnabled = g3d->isEnabled(GraphicsContext3D::DITHER);
337 if (isDitherEnabled)
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 268 GLboolean isDitherEnabled = GL_FALSE;
290 isDitherEnabled = ::glIsEnabled(GL_DITHER);
309 if (isDitherEnabled)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 647 bool Context::isDitherEnabled() const
    [all...]

Completed in 367 milliseconds