Searched refs:__indirect_glIndexs (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp195 void __indirect_glIndexs(void) { } function in typeref:typename:void
882 EXPECT_EQ((_glapi_proc) __indirect_glIndexs, table[_gloffset_Indexs]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c199 table[50] = (_glapi_proc) __indirect_glIndexs;
H A Dindirect.h118 extern _X_HIDDEN void __indirect_glIndexs(GLshort c);
H A Dindirect.c901 void __indirect_glIndexs(GLshort c) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c199 table[50] = (_glapi_proc) __indirect_glIndexs;
H A Dindirect.h118 extern _X_HIDDEN void __indirect_glIndexs(GLshort c);
H A Dindirect.c901 void __indirect_glIndexs(GLshort c) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp197 void __indirect_glIndexs(GLshort c) { } function in typeref:typename:void
884 EXPECT_EQ((_glapi_proc) __indirect_glIndexs, table[_gloffset_Indexs]);

Completed in 51 milliseconds