Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DSharedGraphicsContext3D.cpp74 OwnPtr<SolidFillShader> solidFillShader = SolidFillShader::create(context.get()); in create() local
75 if (!solidFillShader) in create()
89 …return adoptRef(new SharedGraphicsContext3D(context.release(), solidFillShader.release(), texShade… in create()
93 …D(PassRefPtr<GraphicsContext3D> context, PassOwnPtr<SolidFillShader> solidFillShader, PassOwnPtr<T… in SharedGraphicsContext3D() argument
97 , m_solidFillShader(solidFillShader) in SharedGraphicsContext3D()