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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp628 void __indirect_glIsProgramARB(void) { } function in typeref:typename:void
1417 EXPECT_EQ((_glapi_proc) __indirect_glIsProgramARB, table[_glapi_get_proc_offset("glIsProgramNV")]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c837 table[o] = (_glapi_proc) __indirect_glIsProgramARB;
H A Dindirect.h601 extern _X_HIDDEN GLboolean __indirect_glIsProgramARB(GLuint program);
H A Dindirect.c7197 GLboolean __indirect_glIsProgramARB(GLuint program) function in typeref:typename:GLboolean
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c837 table[o] = (_glapi_proc) __indirect_glIsProgramARB;
H A Dindirect.h601 extern _X_HIDDEN GLboolean __indirect_glIsProgramARB(GLuint program);
H A Dindirect.c7167 GLboolean __indirect_glIsProgramARB(GLuint program) function in typeref:typename:GLboolean
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp630 void __indirect_glIsProgramARB(GLuint program) { } function in typeref:typename:void
1419 EXPECT_EQ((_glapi_proc) __indirect_glIsProgramARB, table[_glapi_get_proc_offset("glIsProgramNV")]);

Completed in 58 milliseconds