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

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dindirect_api.cpp391 void __indirect_glDeleteTextures(void) { } function
1078 EXPECT_EQ((_glapi_proc) __indirect_glDeleteTextures, table[_gloffset_DeleteTextures]);
/external/mesa3d/src/glx/tests/
H A Dindirect_api.cpp391 void __indirect_glDeleteTextures(void) { } function
1078 EXPECT_EQ((_glapi_proc) __indirect_glDeleteTextures, table[_gloffset_DeleteTextures]);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect_init.c393 table[327] = (_glapi_proc) __indirect_glDeleteTextures;
H A Dindirect.h396 extern _X_HIDDEN void __indirect_glDeleteTextures(GLsizei n, const GLuint * textures);
H A Dindirect.c4155 void __indirect_glDeleteTextures(GLsizei n, const GLuint * textures) function

Completed in 613 milliseconds