OpenGL.raw.GL.EXT.histogram | index /build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/histogram.py |
OpenGL extension EXT.histogram
Overview (from the spec)
This extension defines pixel operations that count occurences of
specific color component values (histogram) and that track the minimum
and maximum color component values (minmax). An optional mode allows
pixel data to be discarded after the histogram and/or minmax operations
are completed. Otherwise the pixel data continue on to the next
operation unaffected.
The official definition of this extension is available here:
http://oss.sgi.com/projects/ogl-sample/registry/EXT/histogram.txt
Automatically generated by the get_gl_extensions script, do not edit!
Modules | ||||||
|
Functions | ||
|
Data | ||
EXTENSION_NAME = 'GL_EXT_histogram' GL_HISTOGRAM_ALPHA_SIZE_EXT = GL_HISTOGRAM_ALPHA_SIZE_EXT GL_HISTOGRAM_BLUE_SIZE_EXT = GL_HISTOGRAM_BLUE_SIZE_EXT GL_HISTOGRAM_EXT = GL_HISTOGRAM_EXT GL_HISTOGRAM_FORMAT_EXT = GL_HISTOGRAM_FORMAT_EXT GL_HISTOGRAM_GREEN_SIZE_EXT = GL_HISTOGRAM_GREEN_SIZE_EXT GL_HISTOGRAM_LUMINANCE_SIZE_EXT = GL_HISTOGRAM_LUMINANCE_SIZE_EXT GL_HISTOGRAM_RED_SIZE_EXT = GL_HISTOGRAM_RED_SIZE_EXT GL_HISTOGRAM_SINK_EXT = GL_HISTOGRAM_SINK_EXT GL_HISTOGRAM_WIDTH_EXT = GL_HISTOGRAM_WIDTH_EXT GL_MINMAX_EXT = GL_MINMAX_EXT GL_MINMAX_FORMAT_EXT = GL_MINMAX_FORMAT_EXT GL_MINMAX_SINK_EXT = GL_MINMAX_SINK_EXT GL_PROXY_HISTOGRAM_EXT = GL_PROXY_HISTOGRAM_EXT GL_TABLE_TOO_LARGE_EXT = GL_TABLE_TOO_LARGE_EXT __file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/histogram.py' __name__ = 'OpenGL.raw.GL.EXT.histogram' glGetHistogramEXT = <OpenGL.platform.baseplatform.glGetHistogramEXT object at 0x85ee34c> glGetHistogramParameterfvEXT = <OpenGL.platform.baseplatform.glGetHistogramParameterfvEXT object at 0x85ee3ac> glGetHistogramParameterivEXT = <OpenGL.platform.baseplatform.glGetHistogramParameterivEXT object at 0x85ee3ec> glGetMinmaxEXT = <OpenGL.platform.baseplatform.glGetMinmaxEXT object at 0x85ee42c> glGetMinmaxParameterfvEXT = <OpenGL.platform.baseplatform.glGetMinmaxParameterfvEXT object at 0x85ee46c> glGetMinmaxParameterivEXT = <OpenGL.platform.baseplatform.glGetMinmaxParameterivEXT object at 0x85ee4ac> glHistogramEXT = <OpenGL.platform.baseplatform.glHistogramEXT object at 0x85ee4ec> glMinmaxEXT = <OpenGL.platform.baseplatform.glMinmaxEXT object at 0x85ee52c> glResetHistogramEXT = <OpenGL.platform.baseplatform.glResetHistogramEXT object at 0x85ee5cc> glResetMinmaxEXT = <OpenGL.platform.baseplatform.glResetMinmaxEXT object at 0x85ee62c> |