HomeSort by relevance Sort by last modified time
    Searched refs:find_or_create_rrect_blur_mask (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/effects/
GrRRectBlurEffect.fp 29 static sk_sp<GrTextureProxy> find_or_create_rrect_blur_mask(GrContext* context,
140 sk_sp<GrTextureProxy> mask(find_or_create_rrect_blur_mask(context, rrectToDraw,
GrRRectBlurEffect.h 30 static sk_sp<GrTextureProxy> find_or_create_rrect_blur_mask(GrContext* context, function in class:GrRRectBlurEffect
GrRRectBlurEffect.cpp 43 find_or_create_rrect_blur_mask(context, rrectToDraw, size, xformedSigma));
  /external/skqp/src/gpu/effects/
GrRRectBlurEffect.fp 28 static sk_sp<GrTextureProxy> find_or_create_rrect_blur_mask(GrContext* context,
139 sk_sp<GrTextureProxy> mask(find_or_create_rrect_blur_mask(context, rrectToDraw,
GrRRectBlurEffect.h 29 static sk_sp<GrTextureProxy> find_or_create_rrect_blur_mask(GrContext* context, function in class:GrRRectBlurEffect
GrRRectBlurEffect.cpp 42 find_or_create_rrect_blur_mask(context, rrectToDraw, size, xformedSigma));

Completed in 281 milliseconds