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

/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dindirect_api.cpp242 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 Dindirect_init.c246 table[296] = (_glapi_proc) __indirect_glOrtho;
H A Dindirect.h364 extern _X_HIDDEN void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
H A Dindirect.c4057 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 Dindirect_init.c246 table[296] = (_glapi_proc) __indirect_glOrtho;
H A Dindirect.h364 extern _X_HIDDEN void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
H A Dindirect.c4057 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 Dindirect_api.cpp244 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