Searched refs:__glElementsPerGroup (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | compsize.c | 38 __glElementsPerGroup(GLenum format, GLenum type) function in typeref:typename:GLint 179 components = __glElementsPerGroup(format, type);
|
| H A D | pixel.c | 103 components = __glElementsPerGroup(format, GL_BITMAP); 185 components = __glElementsPerGroup(format, type); 287 components = __glElementsPerGroup(format, GL_BITMAP); 411 components = __glElementsPerGroup(format, type);
|
| H A D | glxclient.h | 715 extern GLint __glElementsPerGroup(GLenum format, GLenum type);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | compsize.c | 38 __glElementsPerGroup(GLenum format, GLenum type) function in typeref:typename:GLint 179 components = __glElementsPerGroup(format, type);
|
| H A D | pixel.c | 103 components = __glElementsPerGroup(format, GL_BITMAP); 185 components = __glElementsPerGroup(format, type); 287 components = __glElementsPerGroup(format, GL_BITMAP); 411 components = __glElementsPerGroup(format, type);
|
| H A D | glxclient.h | 697 extern GLint __glElementsPerGroup(GLenum format, GLenum type);
|
Completed in 9 milliseconds