Searched refs:__indirect_glGetQueryObjectivARB (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dindirect_api.cpp558 void __indirect_glGetQueryObjectivARB(void) { } function
1295 EXPECT_EQ((_glapi_proc) __indirect_glGetQueryObjectivARB, table[_glapi_get_proc_offset("glGetQueryObjectivARB")]);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp558 void __indirect_glGetQueryObjectivARB(void) { } function
1295 EXPECT_EQ((_glapi_proc) __indirect_glGetQueryObjectivARB, table[_glapi_get_proc_offset("glGetQueryObjectivARB")]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c729 table[o] = (_glapi_proc) __indirect_glGetQueryObjectivARB;
H A Dindirect.h567 extern _X_HIDDEN void __indirect_glGetQueryObjectivARB(GLuint id, GLenum pname, GLint * params);
H A Dindirect.c6758 void __indirect_glGetQueryObjectivARB(GLuint id, GLenum pname, GLint * params) function

Completed in 406 milliseconds