Home
last modified time | relevance | path

Searched refs:create_tetra_normal_map (Results 1 – 4 of 4) sorted by relevance

/external/skia/gm/
Dlightingshader.cpp38 sk_tool_utils::create_tetra_normal_map(&tetra, SkIRect::MakeWH(texSize, texSize)); in make_tetra_normalmap()
/external/skia/tools/
Dsk_tool_utils.h128 void create_tetra_normal_map(SkBitmap* bm, const SkIRect& dst);
Dsk_tool_utils.cpp372 void create_tetra_normal_map(SkBitmap* bm, const SkIRect& dst) { in create_tetra_normal_map() function
/external/skia/samplecode/
DSampleLitAtlas.cpp316 sk_tool_utils::create_tetra_normal_map(&atlas, in MakeAtlas()