Home
last modified time | relevance | path

Searched refs:create_hemi_normal_map (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/
Dsk_tool_utils.h121 void create_hemi_normal_map(SkBitmap* bm, const SkIRect& dst);
Dsk_tool_utils.cpp248 void create_hemi_normal_map(SkBitmap* bm, const SkIRect& dst) { in create_hemi_normal_map() function
/external/skia/gm/
Dlightingshader.cpp19 sk_tool_utils::create_hemi_normal_map(&hemi, SkIRect::MakeWH(texSize, texSize)); in make_hemi_normalmap()