Class ARBTextureCompression


  • public final class ARBTextureCompression
    extends Object
    • Field Detail

      • GL_COMPRESSED_ALPHA_ARB

        public static final int GL_COMPRESSED_ALPHA_ARB
        See Also:
        Constant Field Values
      • GL_COMPRESSED_LUMINANCE_ARB

        public static final int GL_COMPRESSED_LUMINANCE_ARB
        See Also:
        Constant Field Values
      • GL_COMPRESSED_LUMINANCE_ALPHA_ARB

        public static final int GL_COMPRESSED_LUMINANCE_ALPHA_ARB
        See Also:
        Constant Field Values
      • GL_COMPRESSED_INTENSITY_ARB

        public static final int GL_COMPRESSED_INTENSITY_ARB
        See Also:
        Constant Field Values
      • GL_TEXTURE_COMPRESSION_HINT_ARB

        public static final int GL_TEXTURE_COMPRESSION_HINT_ARB
        See Also:
        Constant Field Values
      • GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB

        public static final int GL_TEXTURE_COMPRESSED_IMAGE_SIZE_ARB
        See Also:
        Constant Field Values
      • GL_TEXTURE_COMPRESSED_ARB

        public static final int GL_TEXTURE_COMPRESSED_ARB
        See Also:
        Constant Field Values
      • GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB

        public static final int GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB
        See Also:
        Constant Field Values
      • GL_COMPRESSED_TEXTURE_FORMATS_ARB

        public static final int GL_COMPRESSED_TEXTURE_FORMATS_ARB
        See Also:
        Constant Field Values
    • Method Detail

      • glCompressedTexImage1DARB

        public static void glCompressedTexImage1DARB​(int target,
                                                     int level,
                                                     int internalformat,
                                                     int width,
                                                     int border,
                                                     ByteBuffer pData)
      • glCompressedTexImage1DARB

        public static void glCompressedTexImage1DARB​(int target,
                                                     int level,
                                                     int internalformat,
                                                     int width,
                                                     int border,
                                                     int pData_imageSize,
                                                     long pData_buffer_offset)
      • glCompressedTexImage2DARB

        public static void glCompressedTexImage2DARB​(int target,
                                                     int level,
                                                     int internalformat,
                                                     int width,
                                                     int height,
                                                     int border,
                                                     ByteBuffer pData)
      • glCompressedTexImage2DARB

        public static void glCompressedTexImage2DARB​(int target,
                                                     int level,
                                                     int internalformat,
                                                     int width,
                                                     int height,
                                                     int border,
                                                     int pData_imageSize,
                                                     long pData_buffer_offset)
      • glCompressedTexImage3DARB

        public static void glCompressedTexImage3DARB​(int target,
                                                     int level,
                                                     int internalformat,
                                                     int width,
                                                     int height,
                                                     int depth,
                                                     int border,
                                                     ByteBuffer pData)
      • glCompressedTexImage3DARB

        public static void glCompressedTexImage3DARB​(int target,
                                                     int level,
                                                     int internalformat,
                                                     int width,
                                                     int height,
                                                     int depth,
                                                     int border,
                                                     int pData_imageSize,
                                                     long pData_buffer_offset)
      • glCompressedTexSubImage1DARB

        public static void glCompressedTexSubImage1DARB​(int target,
                                                        int level,
                                                        int xoffset,
                                                        int width,
                                                        int format,
                                                        ByteBuffer pData)
      • glCompressedTexSubImage1DARB

        public static void glCompressedTexSubImage1DARB​(int target,
                                                        int level,
                                                        int xoffset,
                                                        int width,
                                                        int format,
                                                        int pData_imageSize,
                                                        long pData_buffer_offset)
      • glCompressedTexSubImage2DARB

        public static void glCompressedTexSubImage2DARB​(int target,
                                                        int level,
                                                        int xoffset,
                                                        int yoffset,
                                                        int width,
                                                        int height,
                                                        int format,
                                                        ByteBuffer pData)
      • glCompressedTexSubImage2DARB

        public static void glCompressedTexSubImage2DARB​(int target,
                                                        int level,
                                                        int xoffset,
                                                        int yoffset,
                                                        int width,
                                                        int height,
                                                        int format,
                                                        int pData_imageSize,
                                                        long pData_buffer_offset)
      • glCompressedTexSubImage3DARB

        public static void glCompressedTexSubImage3DARB​(int target,
                                                        int level,
                                                        int xoffset,
                                                        int yoffset,
                                                        int zoffset,
                                                        int width,
                                                        int height,
                                                        int depth,
                                                        int format,
                                                        ByteBuffer pData)
      • glCompressedTexSubImage3DARB

        public static void glCompressedTexSubImage3DARB​(int target,
                                                        int level,
                                                        int xoffset,
                                                        int yoffset,
                                                        int zoffset,
                                                        int width,
                                                        int height,
                                                        int depth,
                                                        int format,
                                                        int pData_imageSize,
                                                        long pData_buffer_offset)
      • glGetCompressedTexImageARB

        public static void glGetCompressedTexImageARB​(int target,
                                                      int lod,
                                                      ByteBuffer pImg)
      • glGetCompressedTexImageARB

        public static void glGetCompressedTexImageARB​(int target,
                                                      int lod,
                                                      long pImg_buffer_offset)