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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 86 } GLOBJECT;
96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL };
97 static GLOBJECT *sGroundPlane = NULL;
105 static void freeGLObject(GLOBJECT *object)
116 static GLOBJECT * newGLObject(long vertices, int vertexComponents,
119 GLOBJECT *result;
120 result = (GLOBJECT *)malloc(sizeof(GLOBJECT));
146 static void drawGLObject(GLOBJECT *object)
196 static GLOBJECT * createSuperShape(const float *params
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 86 } GLOBJECT;
96 static GLOBJECT *sSuperShapeObjects[SUPERSHAPE_COUNT] = { NULL };
97 static GLOBJECT *sGroundPlane = NULL;
105 static void freeGLObject(GLOBJECT *object)
116 static GLOBJECT * newGLObject(long vertices, int vertexComponents,
119 GLOBJECT *result;
120 result = (GLOBJECT *)malloc(sizeof(GLOBJECT));
146 static void drawGLObject(GLOBJECT *object)
196 static GLOBJECT * createSuperShape(const float *params
    [all...]

Completed in 123 milliseconds