Searched refs:Ortho (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | fill.c | 157 Ortho(void) function in typeref:typename:void 205 Ortho();
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_icd.h | 346 void (GLAPIENTRY * Ortho)(GLdouble, GLdouble, GLdouble, GLdouble, GLdouble, GLdouble);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 860 { "glOrtho", _O(Ortho) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 860 { "glOrtho", _O(Ortho) },
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 2167 if(!disp->Ortho) { 2169 procp = (void **) &disp->Ortho;
|
| H A D | glapitable.h | 339 void (GLAPIENTRYP Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); /* 296 */
|
| H A D | dispatch.h | 948 #define CALL_Ortho(disp, parameters) (*((disp)->Ortho)) parameters 949 #define GET_Ortho(disp) ((disp)->Ortho) 950 #define SET_Ortho(disp, fn) ((disp)->Ortho = fn)
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl_mangle.h | 1566 #define glOrtho MANGLE(Ortho)
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | glapi_mapi_tmp.h | 317 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 3391 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) 11279 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Ortho))"\n"
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | glapi_mapi_tmp.h | 316 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 3390 GLAPI void APIENTRY GLAPI_PREFIX(Ortho)(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) 11278 STUB_ASM_ENTRY(GLAPI_PREFIX_STR(Ortho))"\n"
|
Completed in 89 milliseconds