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

Function glGetQueryObjectiv

GTE/Graphics/GL46/GL46.cpp:2976–2992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2974}
2975
2976void APIENTRY glGetQueryObjectiv(GLuint id, GLenum pname, GLint* params)
2977{
2978 if (sglGetQueryObjectiv)
2979 {
2980 sglGetQueryObjectiv(id, pname, params);
2981 ReportGLError("glGetQueryObjectiv");
2982 }
2983 else
2984 {
2985 ReportGLNullFunction("glGetQueryObjectiv");
2986 }
2987
2988#if defined(GTE_ENABLE_GLTRACE)
2989 gsTrace.Call("glGetQueryObjectiv", "",
2990 id, gsTrace.GetName(pname), *params);
2991#endif
2992}
2993
2994void APIENTRY glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint* params)
2995{

Callers 1

EndOcclusionQueryMethod · 0.85

Calls 4

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85
CallMethod · 0.80
GetNameMethod · 0.80

Tested by

no test coverage detected