Searched refs:superShapeMap (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 313 static void superShapeMap(VECTOR3 *point, float r1, float r2, float t, float p) in superShapeMap() function 385 superShapeMap(&pa, r0, r1, t1, p1); in createSuperShape() 386 superShapeMap(&pb, r2, r1, t2, p1); in createSuperShape() 387 superShapeMap(&pc, r2, r3, t2, p2); in createSuperShape() 388 superShapeMap(&pd, r0, r3, t1, p2); in createSuperShape()
|