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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp609 void __indirect_glWindowPos3fv(void) { } function in typeref:typename:void
1394 EXPECT_EQ((_glapi_proc) __indirect_glWindowPos3fv, table[_glapi_get_proc_offset("glWindowPos3fvMESA")]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c634 table[o] = (_glapi_proc) __indirect_glWindowPos3fv;
H A Dindirect.h541 extern _X_HIDDEN void __indirect_glWindowPos3fv(const GLfloat * v);
H A Dindirect.c6492 void __indirect_glWindowPos3fv(const GLfloat * v) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c634 table[o] = (_glapi_proc) __indirect_glWindowPos3fv;
H A Dindirect.h541 extern _X_HIDDEN void __indirect_glWindowPos3fv(const GLfloat * v);
H A Dindirect.c6462 void __indirect_glWindowPos3fv(const GLfloat * v) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp611 void __indirect_glWindowPos3fv(const GLfloat *v) { } function in typeref:typename:void
1396 EXPECT_EQ((_glapi_proc) __indirect_glWindowPos3fv, table[_glapi_get_proc_offset("glWindowPos3fvMESA")]);

Completed in 52 milliseconds