Searched refs:ConvolutionShader (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | ConvolutionShader.cpp | 42 ConvolutionShader::ConvolutionShader(GraphicsContext3D* context, unsigned program, int kernelWidth) in ConvolutionShader() function in WebCore::ConvolutionShader 54 PassOwnPtr<ConvolutionShader> ConvolutionShader::create(GraphicsContext3D* context, int kernelWidth) in create() 96 return new ConvolutionShader(context, program, kernelWidth); in create() 99 void ConvolutionShader::use(const AffineTransform& transform, const AffineTransform& texTransform, … in use()
|
D | ConvolutionShader.h | 38 class ConvolutionShader : public Shader { 40 static PassOwnPtr<ConvolutionShader> create(GraphicsContext3D*, int kernelWidth); 45 ConvolutionShader(GraphicsContext3D*, unsigned program, int kernelWidth);
|
D | SharedGraphicsContext3D.h | 55 class ConvolutionShader; variable 147 …r>, PassOwnPtr<TexShader>, PassOwnPtr<BicubicShader>, PassOwnArrayPtr<OwnPtr<ConvolutionShader> >); 161 OwnArrayPtr<OwnPtr<ConvolutionShader> > m_convolutionShaders;
|
D | SharedGraphicsContext3D.cpp | 83 …OwnArrayPtr<OwnPtr<ConvolutionShader> > convolutionShaders = adoptArrayPtr(new OwnPtr<ConvolutionS… in create() 85 convolutionShaders[i] = ConvolutionShader::create(context.get(), i + 1); in create() 92 …er, PassOwnPtr<BicubicShader> bicubicShader, PassOwnArrayPtr<OwnPtr<ConvolutionShader> > convoluti… in SharedGraphicsContext3D()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 2192 * platform/graphics/gpu/ConvolutionShader.cpp: 2193 (WebCore::ConvolutionShader::create): 4987 * platform/graphics/gpu/ConvolutionShader.cpp: 4988 (WebCore::ConvolutionShader::create): 31912 * platform/graphics/gpu/ConvolutionShader.cpp: 31913 (WebCore::ConvolutionShader::create): 31914 (WebCore::ConvolutionShader::use): 42006 Add BicubicShader and ConvolutionShader to the build. 42067 * platform/graphics/gpu/ConvolutionShader.cpp: Added. 42068 (WebCore::ConvolutionShader::ConvolutionShader): [all …]
|
D | WebCore.gypi | 4150 'platform/graphics/gpu/ConvolutionShader.cpp', 4151 'platform/graphics/gpu/ConvolutionShader.h',
|