MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glGetTexImage

Method glGetTexImage

GTE/Graphics/GL46/GL46.cpp:1147–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1145}
1146
1147void gte::glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void* pixels)
1148{
1149 ::glGetTexImage(target, level, format, type, pixels);
1150 ReportGLError("glGetTexImage");
1151
1152#if defined(GTE_ENABLE_GLTRACE)
1153 gsTrace.Call("glGetTexImage", "",
1154 gsTrace.GetName(target), level, gsTrace.GetName(format),
1155 gsTrace.GetName(type), "pixels");
1156#endif
1157}
1158
1159void gte::glGetTexParameterfv(GLenum target, GLenum pname, GLfloat* params)
1160{

Callers

nothing calls this directly

Calls 4

glGetTexImageFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected