Lines Matching refs:GLOBJECT
86 } GLOBJECT; typedef
96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL };
97 static GLOBJECT *sGroundPlane = NULL;
105 static void freeGLObject(GLOBJECT *object) in freeGLObject()
116 static GLOBJECT * newGLObject(long vertices, int vertexComponents, in newGLObject()
119 GLOBJECT *result; in newGLObject()
120 result = (GLOBJECT *)malloc(sizeof(GLOBJECT)); in newGLObject()
146 static void drawGLObject(GLOBJECT *object) in drawGLObject()
196 static GLOBJECT * createSuperShape(const float *params) in createSuperShape()
208 GLOBJECT *result; in createSuperShape()
345 static GLOBJECT * createGroundPlane() in createGroundPlane()
352 GLOBJECT *result; in createGroundPlane()