Searched defs:convolve (Results 1 – 2 of 2) sorted by relevance
2008 void GrContext::convolve(GrTexture* texture, in convolve() function in GrContext
27 #define convolve(lhs, rhs) ((lhs) * 4 + (rhs)) macro