| 969 | } |
| 970 | |
| 971 | void gte::glFlush(void) |
| 972 | { |
| 973 | ::glFlush(); |
| 974 | ReportGLError("glFlush"); |
| 975 | |
| 976 | #if defined(GTE_ENABLE_GLTRACE) |
| 977 | gsTrace.Call("glFlush", ""); |
| 978 | #endif |
| 979 | } |
| 980 | |
| 981 | void gte::glBlendFunc(GLenum sfactor, GLenum dfactor) |
| 982 | { |
nothing calls this directly
no test coverage detected