Searched refs:CreateSphereGeometry (Results 1 – 3 of 3) sorted by relevance
31 ANGLE_UTIL_EXPORT void CreateSphereGeometry(size_t sliceCount,
25 void CreateSphereGeometry(size_t sliceCount, float radius, SphereGeometry *result) in CreateSphereGeometry() function
65 CreateSphereGeometry(128, 0.75f, &mSphere); in initialize()