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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp243 void __indirect_glPassThrough(void) { } function in typeref:typename:void
930 EXPECT_EQ((_glapi_proc) __indirect_glPassThrough, table[_gloffset_PassThrough]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c247 table[199] = (_glapi_proc) __indirect_glPassThrough;
H A Dindirect.h267 extern _X_HIDDEN void __indirect_glPassThrough(GLfloat token);
H A Dindirect.c2569 void __indirect_glPassThrough(GLfloat token) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c247 table[199] = (_glapi_proc) __indirect_glPassThrough;
H A Dindirect.h267 extern _X_HIDDEN void __indirect_glPassThrough(GLfloat token);
H A Dindirect.c2569 void __indirect_glPassThrough(GLfloat token) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp245 void __indirect_glPassThrough(GLfloat token) { } function in typeref:typename:void
932 EXPECT_EQ((_glapi_proc) __indirect_glPassThrough, table[_gloffset_PassThrough]);

Completed in 55 milliseconds