OpenGL.raw.GL.HP.image_transform | index /build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/HP/image_transform.py |
OpenGL extension HP.image_transform
Overview (from the spec)
This extension provides support for scaling, rotation, and translation
of two-dimensional pixel rectangles at a fixed location in the pixel
transfer process. The 2D image transformation attributes are specified
as individual values so that that implementations may easily detect
scaling and rotation values that lend themselves to optimization. 2D
image transformation occurs immediately after the post-convolution color
table stage of the pixel pipeline. This extension also defines a color
table that is applied immediately after the image transformation operation.
The official definition of this extension is available here:
http://oss.sgi.com/projects/ogl-sample/registry/HP/image_transform.txt
Automatically generated by the get_gl_extensions script, do not edit!
Modules | ||||||
|
Functions | ||
|
Data | ||
EXTENSION_NAME = 'GL_HP_image_transform' GL_AVERAGE_HP = GL_AVERAGE_HP GL_CUBIC_HP = GL_CUBIC_HP GL_IMAGE_CUBIC_WEIGHT_HP = GL_IMAGE_CUBIC_WEIGHT_HP GL_IMAGE_MAG_FILTER_HP = GL_IMAGE_MAG_FILTER_HP GL_IMAGE_MIN_FILTER_HP = GL_IMAGE_MIN_FILTER_HP GL_IMAGE_ROTATE_ANGLE_HP = GL_IMAGE_ROTATE_ANGLE_HP GL_IMAGE_ROTATE_ORIGIN_X_HP = GL_IMAGE_ROTATE_ORIGIN_X_HP GL_IMAGE_ROTATE_ORIGIN_Y_HP = GL_IMAGE_ROTATE_ORIGIN_Y_HP GL_IMAGE_SCALE_X_HP = GL_IMAGE_SCALE_X_HP GL_IMAGE_SCALE_Y_HP = GL_IMAGE_SCALE_Y_HP GL_IMAGE_TRANSFORM_2D_HP = GL_IMAGE_TRANSFORM_2D_HP GL_IMAGE_TRANSLATE_X_HP = GL_IMAGE_TRANSLATE_X_HP GL_IMAGE_TRANSLATE_Y_HP = GL_IMAGE_TRANSLATE_Y_HP GL_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP = GL_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP GL_PROXY_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP = GL_PROXY_POST_IMAGE_TRANSFORM_COLOR_TABLE_HP __file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/HP/image_transform.py' __name__ = 'OpenGL.raw.GL.HP.image_transform' glGetImageTransformParameterfvHP = <OpenGL.platform.baseplatform.glGetImageTransformParameterfvHP object at 0x8cfa42c> glGetImageTransformParameterivHP = <OpenGL.platform.baseplatform.glGetImageTransformParameterivHP object at 0x8cfa3ec> glImageTransformParameterfHP = <OpenGL.platform.baseplatform.glImageTransformParameterfHP object at 0x8cfa3ac> glImageTransformParameterfvHP = <OpenGL.platform.baseplatform.glImageTransformParameterfvHP object at 0x8cfa32c> glImageTransformParameteriHP = <OpenGL.platform.baseplatform.glImageTransformParameteriHP object at 0x8cfa68c> glImageTransformParameterivHP = <OpenGL.platform.baseplatform.glImageTransformParameterivHP object at 0x8cfa02c> |