Searched refs:__indirect_glOrtho (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 242 void __indirect_glOrtho(void) { } function in typeref:typename:void 929 EXPECT_EQ((_glapi_proc) __indirect_glOrtho, table[_gloffset_Ortho]);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect_init.c | 246 table[296] = (_glapi_proc) __indirect_glOrtho;
|
| H A D | indirect.h | 364 extern _X_HIDDEN void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
| H A D | indirect.c | 4057 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect_init.c | 246 table[296] = (_glapi_proc) __indirect_glOrtho;
|
| H A D | indirect.h | 364 extern _X_HIDDEN void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
| H A D | indirect.c | 4057 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| H A D | indirect_api.cpp | 244 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } function in typeref:typename:void 931 EXPECT_EQ((_glapi_proc) __indirect_glOrtho, table[_gloffset_Ortho]);
|
Completed in 53 milliseconds