Searched refs:__indirect_glInterleavedArrays (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | vertarr.c | 102 __indirect_glInterleavedArrays(GLenum format, GLsizei stride, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | vertarr.c | 102 __indirect_glInterleavedArrays(GLenum format, GLsizei stride, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 400 void __indirect_glInterleavedArrays(void) { } function in typeref:typename:void 1091 EXPECT_EQ((_glapi_proc) __indirect_glInterleavedArrays, table[_gloffset_InterleavedArrays]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 407 table[317] = (_glapi_proc) __indirect_glInterleavedArrays;
|
| H A D | indirect.h | 385 extern _X_HIDDEN void __indirect_glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 407 table[317] = (_glapi_proc) __indirect_glInterleavedArrays;
|
| H A D | indirect.h | 385 extern _X_HIDDEN void __indirect_glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid * pointer);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 402 void __indirect_glInterleavedArrays(GLenum format, GLsizei stride, const GLvoid *pointer) { } function in typeref:typename:void 1093 EXPECT_EQ((_glapi_proc) __indirect_glInterleavedArrays, table[_gloffset_InterleavedArrays]);
|
Completed in 17 milliseconds