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

Method glGetString

GTE/Graphics/GL46/GL46.cpp:1135–1145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1133}
1134
1135const GLubyte* gte::glGetString(GLenum name)
1136{
1137 GLubyte const* result = ::glGetString(name);
1138 ReportGLError("glGetString");
1139
1140#if defined(GTE_ENABLE_GLTRACE)
1141 gsTrace.Call("glGetString", gsTrace.GetString(reinterpret_cast<char const*>(result)),
1142 gsTrace.GetName(name));
1143#endif
1144 return result;
1145}
1146
1147void gte::glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void* pixels)
1148{

Callers

nothing calls this directly

Calls 5

glGetStringFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80
GetStringMethod · 0.45

Tested by

no test coverage detected