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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp209 void __indirect_glLineWidth(void) { } function in typeref:typename:void
896 EXPECT_EQ((_glapi_proc) __indirect_glLineWidth, table[_gloffset_LineWidth]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c213 table[168] = (_glapi_proc) __indirect_glLineWidth;
H A Dindirect.h236 extern _X_HIDDEN void __indirect_glLineWidth(GLfloat width);
H A Dindirect.c2127 void __indirect_glLineWidth(GLfloat width) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c213 table[168] = (_glapi_proc) __indirect_glLineWidth;
H A Dindirect.h236 extern _X_HIDDEN void __indirect_glLineWidth(GLfloat width);
H A Dindirect.c2127 void __indirect_glLineWidth(GLfloat width) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp211 void __indirect_glLineWidth(GLfloat width) { } function in typeref:typename:void
898 EXPECT_EQ((_glapi_proc) __indirect_glLineWidth, table[_gloffset_LineWidth]);

Completed in 51 milliseconds