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

Function glGetIntegerv

GTE/Graphics/GL46/GL46.cpp:1949–1960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1947}
1948
1949void APIENTRY glGetIntegerv(GLenum pname, GLint* data)
1950{
1951 if (sglGetIntegerv)
1952 {
1953 sglGetIntegerv(pname, data);
1954 ReportGLError("glGetIntegerv");
1955 }
1956 else
1957 {
1958 ReportGLNullFunction("glGetIntegerv");
1959 }
1960}
1961
1962const GLubyte* APIENTRY glGetString(GLenum name)
1963{

Callers 10

InitializeMethod · 0.85
GenerateMipmapsMethod · 0.85
GetViewportMethod · 0.85
ResizeMethod · 0.85
EnableMethod · 0.85
InitializeMethod · 0.85
GenerateMipmapsMethod · 0.85
GetOpenGLVersionFunction · 0.85
glGetIntegervMethod · 0.85
InitializeOpenGLFunction · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected