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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 84 GLint vertexComponents;
116 static GLOBJECT * newGLObject(long vertices, int vertexComponents,
124 result->vertexComponents = vertexComponents;
125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents *
150 glVertexPointer(object->vertexComponents, GL_FIXED,
  /frameworks/native/opengl/tests/angeles/
demo.c 84 GLint vertexComponents;
116 static GLOBJECT * newGLObject(long vertices, int vertexComponents,
124 result->vertexComponents = vertexComponents;
125 result->vertexArray = (GLfixed *)malloc(vertices * vertexComponents *
150 glVertexPointer(object->vertexComponents, GL_FIXED,

Completed in 629 milliseconds