Home
last modified time | relevance | path

Searched refs:__glElementsPerGroup (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/glx/
Dcompsize.c38 __glElementsPerGroup(GLenum format, GLenum type) in __glElementsPerGroup() function
179 components = __glElementsPerGroup(format, type); in __glImageSize()
Dpixel.c103 components = __glElementsPerGroup(format, GL_BITMAP); in FillBitmap()
185 components = __glElementsPerGroup(format, type); in __glFillImage()
287 components = __glElementsPerGroup(format, GL_BITMAP); in EmptyBitmap()
411 components = __glElementsPerGroup(format, type); in __glEmptyImage()
Dglxclient.h707 extern GLint __glElementsPerGroup(GLenum format, GLenum type);