Class EXT422Pixels



  • public final class EXT422Pixels
    extends java.lang.Object
    Native bindings to the EXT_422_pixels extension.

    This extension provides support for converting 422 pixels in host memory to 444 pixels as part of the pixel storage operation.

    The pixel unpack storage operation treats a 422 pixel as a 2 element format where the first element is C (chrominance) and the second element is L (luminance). Luminance is present on all pixels; a full chrominance value requires two pixels.

    The pixel pack storage operation converts RGB to a 422 pixel defined as a 2 element format where the first element stored is C (chrominance) and the second element stored is L (luminance). Luminance is present on all pixels; a full chrominance value requires two pixels.

    Both averaging and non-averaging is supported for green and blue assignments for pack and unpack operations.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int GL_422_AVERAGE_EXT
      GL_422_EXT
      GL_422_REV_AVERAGE_EXT
      GL_422_REV_EXT
      Accepted by the format parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable, and GetColorTable.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GL_422_EXT, GL_422_REV_EXT, GL_422_AVERAGE_EXT, GL_422_REV_AVERAGE_EXT

        Accepted by the format parameter of DrawPixels, ReadPixels, TexImage1D, TexImage2D, GetTexImage, TexImage3D, TexSubImage1D, TexSubImage2D, TexSubImage3D, GetHistogram, GetMinmax, ConvolutionFilter1D, ConvolutionFilter2D, ConvolutionFilter3D, GetConvolutionFilter, SeparableFilter2D, SeparableFilter3D, GetSeparableFilter, ColorTable, and GetColorTable.