Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.cpp83 …lutionShader> > convolutionShaders = adoptArrayPtr(new OwnPtr<ConvolutionShader>[cMaxKernelWidth]); in create()
84 for (int i = 0; i < cMaxKernelWidth; ++i) { in create()
408 ASSERT(kernelWidth >= 1 && kernelWidth <= cMaxKernelWidth); in useConvolutionProgram()
DSharedGraphicsContext3D.h179 const int cMaxKernelWidth = 25; variable
/external/webkit/Source/WebCore/
DChangeLog42083 Create BicubicShader and cMaxKernelWidth ConvolutionShader's (one for
42968 Create BicubicShader and cMaxKernelWidth ConvolutionShader's (one for