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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp700 void __indirect_glIsFramebuffer(void) { } function in typeref:typename:void
1509 EXPECT_EQ((_glapi_proc) __indirect_glIsFramebuffer, table[_glapi_get_proc_offset("glIsFramebufferEXT")]);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dindirect_init.c942 table[o] = (_glapi_proc) __indirect_glIsFramebuffer;
H A Dindirect.h635 extern _X_HIDDEN GLboolean __indirect_glIsFramebuffer(GLuint framebuffer);
H A Dindirect.c7732 GLboolean __indirect_glIsFramebuffer(GLuint framebuffer) function in typeref:typename:GLboolean
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dindirect_init.c942 table[o] = (_glapi_proc) __indirect_glIsFramebuffer;
H A Dindirect.h635 extern _X_HIDDEN GLboolean __indirect_glIsFramebuffer(GLuint framebuffer);
H A Dindirect.c7702 GLboolean __indirect_glIsFramebuffer(GLuint framebuffer) function in typeref:typename:GLboolean
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp702 void __indirect_glIsFramebuffer(GLuint framebuffer) { } function in typeref:typename:void
1511 EXPECT_EQ((_glapi_proc) __indirect_glIsFramebuffer, table[_glapi_get_proc_offset("glIsFramebufferEXT")]);

Completed in 51 milliseconds