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

Function glGenerateMipmap

GTE/Graphics/GL46/GL46.cpp:6705–6721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6703}
6704
6705void APIENTRY glGenerateMipmap(GLenum target)
6706{
6707 if (sglGenerateMipmap)
6708 {
6709 sglGenerateMipmap(target);
6710 ReportGLError("glGenerateMipmap");
6711 }
6712 else
6713 {
6714 ReportGLNullFunction("glGenerateMipmap");
6715 }
6716
6717#if defined(GTE_ENABLE_GLTRACE)
6718 gsTrace.Call("glGenerateMipmap", "",
6719 gsTrace.GetName(target));
6720#endif
6721}
6722
6723void APIENTRY glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
6724{

Callers 2

GenerateMipmapsMethod · 0.85
GenerateMipmapsMethod · 0.85

Calls 4

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

Tested by

no test coverage detected