Home
last modified time | relevance | path

Searched defs:convolve (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrContext.cpp2008 void GrContext::convolve(GrTexture* texture, in convolve() function in GrContext
/external/llvm/lib/Support/
DAPFloat.cpp27 #define convolve(lhs, rhs) ((lhs) * 4 + (rhs)) macro