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

Function glPixelStorei

GTE/Graphics/GL46/GL46.cpp:1856–1867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1854}
1855
1856void APIENTRY glPixelStorei(GLenum pname, GLint param)
1857{
1858 if (sglPixelStorei)
1859 {
1860 sglPixelStorei(pname, param);
1861 ReportGLError("glPixelStorei");
1862 }
1863 else
1864 {
1865 ReportGLNullFunction("glPixelStorei");
1866 }
1867}
1868
1869void APIENTRY glReadBuffer(GLenum src)
1870{

Callers 4

InitializeMethod · 0.85
GL46TextureCubeArrayMethod · 0.85
InitializeMethod · 0.85
glPixelStoreiMethod · 0.85

Calls 2

ReportGLErrorFunction · 0.85
ReportGLNullFunctionFunction · 0.85

Tested by

no test coverage detected