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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp556 void __indirect_glGetQueryObjectiv(void) { } function in typeref:typename:void
1297 EXPECT_EQ((_glapi_proc) __indirect_glGetQueryObjectiv, table[_glapi_get_proc_offset("glGetQueryObjectivARB")]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c664 table[o] = (_glapi_proc) __indirect_glGetQueryObjectiv;
H A Dindirect.h550 extern _X_HIDDEN void __indirect_glGetQueryObjectiv(GLuint id, GLenum pname, GLint * params);
H A Dindirect.c6581 void __indirect_glGetQueryObjectiv(GLuint id, GLenum pname, GLint * params) function in typeref:typename:void
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c664 table[o] = (_glapi_proc) __indirect_glGetQueryObjectiv;
H A Dindirect.h550 extern _X_HIDDEN void __indirect_glGetQueryObjectiv(GLuint id, GLenum pname, GLint * params);
H A Dindirect.c6551 void __indirect_glGetQueryObjectiv(GLuint id, GLenum pname, GLint * params) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp558 void __indirect_glGetQueryObjectiv(GLuint id, GLenum pname, GLint *params) { } function in typeref:typename:void
1299 EXPECT_EQ((_glapi_proc) __indirect_glGetQueryObjectiv, table[_glapi_get_proc_offset("glGetQueryObjectivARB")]);

Completed in 79 milliseconds