Searched refs:OutputRectBlurProfileLookup (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp638 void OutputRectBlurProfileLookup(GrGLFragmentShaderBuilder* fsBuilder, function
691 OutputRectBlurProfileLookup(fsBuilder, samplers[0], "horiz_lookup", profileSizeName, "translatedPos.x", "width", "wh.x");
692 OutputRectBlurProfileLookup(fsBuilder, samplers[0], "vert_lookup", profileSizeName, "translatedPos.y", "height", "wh.y");
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp627 void OutputRectBlurProfileLookup(GrGLShaderBuilder* builder, function
679 OutputRectBlurProfileLookup(builder, samplers[0], "horiz_lookup", profileSizeName, "translatedPos.x", "width", "wh.x");
680 OutputRectBlurProfileLookup(builder, samplers[0], "vert_lookup", profileSizeName, "translatedPos.y", "height", "wh.y");

Completed in 1969 milliseconds