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

  /external/mesa3d/src/glx/
compsize.c 38 __glElementsPerGroup(GLenum format, GLenum type)
179 components = __glElementsPerGroup(format, type);
pixel.c 103 components = __glElementsPerGroup(format, GL_BITMAP);
185 components = __glElementsPerGroup(format, type);
287 components = __glElementsPerGroup(format, GL_BITMAP);
411 components = __glElementsPerGroup(format, type);
glxclient.h 707 extern GLint __glElementsPerGroup(GLenum format, GLenum type);

Completed in 726 milliseconds