Home
last modified time | relevance | path

Searched defs:isDitherEnabled (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp295 GC3Dboolean isDitherEnabled = 0; in initializeRenderbuffers() local
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp268 GLboolean isDitherEnabled = GL_FALSE; in reshape() local
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.cpp647 bool Context::isDitherEnabled() const in isDitherEnabled() function in gl::Context