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

  /external/skia/third_party/glu/libtess/
normal.c 78 static void ComputeNormal( GLUtesselator *tess, GLdouble norm[3] )
211 ComputeNormal( tess, norm );
render.c 365 static int ComputeNormal( GLUtesselator *tess, GLdouble norm[3], int check )
461 ComputeNormal( tess, norm, FALSE );
464 sign = ComputeNormal( tess, norm, TRUE );

Completed in 33 milliseconds