Searched refs:__indirect_glMap2f (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | render2.c | 252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | render2.c | 252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 219 void __indirect_glMap2f(void) { } function in typeref:typename:void 906 EXPECT_EQ((_glapi_proc) __indirect_glMap2f, table[_gloffset_Map2f]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 223 table[223] = (_glapi_proc) __indirect_glMap2f;
|
| H A D | indirect.h | 291 extern _X_HIDDEN void __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 223 table[223] = (_glapi_proc) __indirect_glMap2f;
|
| H A D | indirect.h | 291 extern _X_HIDDEN void __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points);
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 221 void __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) { } function in typeref:typename:void 908 EXPECT_EQ((_glapi_proc) __indirect_glMap2f, table[_gloffset_Map2f]);
|
Completed in 19 milliseconds