HomeSort by relevance Sort by last modified time
    Searched refs:cMaxKernelWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h 179 const int cMaxKernelWidth = 25;
SharedGraphicsContext3D.cpp 83 OwnArrayPtr<OwnPtr<ConvolutionShader> > convolutionShaders = adoptArrayPtr(new OwnPtr<ConvolutionShader>[cMaxKernelWidth]);
84 for (int i = 0; i < cMaxKernelWidth; ++i) {
408 ASSERT(kernelWidth >= 1 && kernelWidth <= cMaxKernelWidth);

Completed in 45 milliseconds