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

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcompsize.c38 __glElementsPerGroup(GLenum format, GLenum type) function
169 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.h691 extern GLint __glElementsPerGroup(GLenum format, GLenum type);
/external/mesa3d/src/glx/
H A Dcompsize.c38 __glElementsPerGroup(GLenum format, GLenum type) function
169 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.h691 extern GLint __glElementsPerGroup(GLenum format, GLenum type);

Completed in 105 milliseconds