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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp275 void __indirect_glRasterPos3s(void) { } function in typeref:typename:void
962 EXPECT_EQ((_glapi_proc) __indirect_glRasterPos3s, table[_gloffset_RasterPos3s]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c279 table[76] = (_glapi_proc) __indirect_glRasterPos3s;
H A Dindirect.h144 extern _X_HIDDEN void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z);
H A Dindirect.c1147 void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c279 table[76] = (_glapi_proc) __indirect_glRasterPos3s;
H A Dindirect.h144 extern _X_HIDDEN void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z);
H A Dindirect.c1147 void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp277 void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z) { } function in typeref:typename:void
964 EXPECT_EQ((_glapi_proc) __indirect_glRasterPos3s, table[_gloffset_RasterPos3s]);

Completed in 81 milliseconds