Home
last modified time | relevance | path

Searched refs:useFillSolidProgram (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.h110 void useFillSolidProgram(const AffineTransform&, const Color&);
DSharedGraphicsContext3D.cpp391 void SharedGraphicsContext3D::useFillSolidProgram(const AffineTransform& transform, const Color& co… in useFillSolidProgram() function in WebCore::SharedGraphicsContext3D
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp295 m_context->useFillSolidProgram(matrix, color); in fillRectInternal()
657 m_context->useFillSolidProgram(matrix, color); in tesselateAndFillPath()
705 m_context->useFillSolidProgram(matrix, color); in tesselateAndFillPath()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0662533 (WebCore::SharedGraphicsContext3D::useFillSolidProgram):