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

Function glEndQuery

GTE/Graphics/GL46/GL46.cpp:2940–2956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2938}
2939
2940void APIENTRY glEndQuery(GLenum target)
2941{
2942 if (sglEndQuery)
2943 {
2944 sglEndQuery(target);
2945 ReportGLError("glEndQuery");
2946 }
2947 else
2948 {
2949 ReportGLNullFunction("glEndQuery");
2950 }
2951
2952#if defined(GTE_ENABLE_GLTRACE)
2953 gsTrace.Call("glEndQuery", "",
2954 gsTrace.GetName(target));
2955#endif
2956}
2957
2958void APIENTRY glGetQueryiv(GLenum target, GLenum pname, GLint* params)
2959{

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