Searched refs:__indirect_glDrawRangeElements (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 428 void __indirect_glDrawRangeElements(void) { } function in typeref:typename:void 1123 EXPECT_EQ((_glapi_proc) __indirect_glDrawRangeElements, table[_gloffset_DrawRangeElements]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 438 table[338] = (_glapi_proc) __indirect_glDrawRangeElements;
|
| H A D | indirect.h | 410 extern _X_HIDDEN void __indirect_glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | indirect_vertex_array.c | 1047 __indirect_glDrawRangeElements(GLenum mode, GLuint start, GLuint end, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | indirect_vertex_array.c | 1049 __indirect_glDrawRangeElements(GLenum mode, GLuint start, GLuint end, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 438 table[338] = (_glapi_proc) __indirect_glDrawRangeElements;
|
| H A D | indirect.h | 410 extern _X_HIDDEN void __indirect_glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid * indices);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 430 void __indirect_glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) { } function in typeref:typename:void 1125 EXPECT_EQ((_glapi_proc) __indirect_glDrawRangeElements, table[_gloffset_DrawRangeElements]);
|
Completed in 40 milliseconds