Searched refs:loadKernelSource (Results 1 – 3 of 3) sorted by relevance
57 return loadKernelSource(sourceString.c_str(), name, kernel); in loadKernelStream()60 bool SkCLImageDiffer::loadKernelSource(const char source[], const char name[], cl_kernel* kernel) { in loadKernelSource() function in SkCLImageDiffer
74 bool loadKernelSource(const char source[], const char name[], cl_kernel* kernel);
116 if (!this->loadKernelSource(kDifferentPixelsKernelSource, "diff", &fKernel)) { in onInit()