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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
DrawQuadData.h 53 bool forceBlending = true,
59 , m_forceBlending(forceBlending)
82 bool forceBlending() const { return m_forceBlending; }
115 bool forceBlending = true)
116 : DrawQuadData(type, drawMatrix, geometry, opacity, forceBlending)
145 bool forceBlending = true,
148 : DrawQuadData(type, drawMatrix, geometry, opacity, forceBlending, fillPortion)
Tile.cpp 224 bool forceBlending, bool usePointSampling,
242 forceBlending, usePointSampling, fillPortion);
ShaderProgram.cpp     [all...]

Completed in 1709 milliseconds