Searched refs:__glElementsPerGroup (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dcompsize.c38 __glElementsPerGroup(GLenum format, GLenum type) function in typeref:typename:GLint
179 components = __glElementsPerGroup(format, type);
H A Dpixel.c103 components = __glElementsPerGroup(format, GL_BITMAP);
185 components = __glElementsPerGroup(format, type);
287 components = __glElementsPerGroup(format, GL_BITMAP);
411 components = __glElementsPerGroup(format, type);
H A Dglxclient.h715 extern GLint __glElementsPerGroup(GLenum format, GLenum type);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dcompsize.c38 __glElementsPerGroup(GLenum format, GLenum type) function in typeref:typename:GLint
179 components = __glElementsPerGroup(format, type);
H A Dpixel.c103 components = __glElementsPerGroup(format, GL_BITMAP);
185 components = __glElementsPerGroup(format, type);
287 components = __glElementsPerGroup(format, GL_BITMAP);
411 components = __glElementsPerGroup(format, type);
H A Dglxclient.h697 extern GLint __glElementsPerGroup(GLenum format, GLenum type);

Completed in 9 milliseconds