Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dglxglvnd.c31 match = bsearch(name, __glXDispatchTableStrings, DI_FUNCTION_COUNT, in FindGLXFunction()
35 return DI_FUNCTION_COUNT; in FindGLXFunction()
51 if (internalIndex == DI_FUNCTION_COUNT) in __glXGLVNDSetDispatchIndex()
Dglxglvnd.h8 extern const int DI_FUNCTION_COUNT;
Dg_glxglvnddispatchfuncs.c11 const int DI_FUNCTION_COUNT = DI_LAST_INDEX; variable