Home | History | Annotate | Download | only in effects

Lines Matching defs:kernel

78                                           kFloat_GrSLType, "Kernel", this->width());
83 const GrGLShaderVar& kernel = builder->getUniformVariable(fKernelUni);
93 kernel.appendArrayAccess(index.c_str(), &kernelIndex);
115 // the code we generated was for a specific kernel radius
139 uman.set1fv(fKernelUni, 0, this->width(), conv.kernel());
165 const float* kernel,
170 GrAssert(NULL != kernel);
173 fKernel[i] = kernel[i];
193 // is dropped here, since we renormalize the kernel below.
197 // Normalize the kernel
234 float kernel[kMaxKernelRadius];
236 kernel[i] = random->nextSScalar1();
247 kernel,