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

  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 295 GC3Dboolean isDitherEnabled = 0;
316 isDitherEnabled = g3d->isEnabled(GraphicsContext3D::DITHER);
337 if (isDitherEnabled)
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 223 public boolean isDitherEnabled() {
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_program_store.java 123 _RS_ASSERT("ps.isDitherEnabled() == dither", ps.isDitherEnabled() == dither);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 287 bool isDitherEnabled() const;
Context.cpp 647 bool Context::isDitherEnabled() const
    [all...]
libGLESv2.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 268 GLboolean isDitherEnabled = GL_FALSE;
290 isDitherEnabled = ::glIsEnabled(GL_DITHER);
309 if (isDitherEnabled)
    [all...]

Completed in 108 milliseconds