Searched refs:polyName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DSpotShadow.h71 static void dumpPolygon(const Vector2* poly, int polyLength, const char* polyName);
72 static void dumpPolygon(const Vector3* poly, int polyLength, const char* polyName);
H A DSpotShadow.cpp1042 void SpotShadow::dumpPolygon(const Vector2* poly, int polyLength, const char* polyName) { argument
1044 ALOGD("polygon %s i %d x %f y %f", polyName, i, poly[i].x, poly[i].y);
1051 void SpotShadow::dumpPolygon(const Vector3* poly, int polyLength, const char* polyName) { argument
1053 ALOGD("polygon %s i %d x %f y %f z %f", polyName, i, poly[i].x, poly[i].y, poly[i].z);

Completed in 43 milliseconds