Class EXTClearTexture

java.lang.Object
org.lwjgl.opengles.EXTClearTexture

public class EXTClearTexture extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    glClearTexImageEXT(int texture, int level, int format, int type, float @Nullable [] data)
    void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    static void
    glClearTexImageEXT(int texture, int level, int format, int type, int @Nullable [] data)
    void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    static void
    glClearTexImageEXT(int texture, int level, int format, int type, short @Nullable [] data)
    void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    static void
    glClearTexImageEXT(int texture, int level, int format, int type, @Nullable ByteBuffer data)
    void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    static void
    glClearTexImageEXT(int texture, int level, int format, int type, @Nullable FloatBuffer data)
    void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    static void
    glClearTexImageEXT(int texture, int level, int format, int type, @Nullable IntBuffer data)
    void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    static void
    glClearTexImageEXT(int texture, int level, int format, int type, @Nullable ShortBuffer data)
    void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    static void
    glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, float @Nullable [] data)
    void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    static void
    glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, int @Nullable [] data)
    void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    static void
    glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, short @Nullable [] data)
    void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    static void
    glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @Nullable ByteBuffer data)
    void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    static void
    glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @Nullable FloatBuffer data)
    void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    static void
    glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @Nullable IntBuffer data)
    void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    static void
    glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @Nullable ShortBuffer data)
    void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    static void
    nglClearTexImageEXT(int texture, int level, int format, int type, long data)
    void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    static void
    nglClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long data)
    void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • nglClearTexImageEXT

      public static void nglClearTexImageEXT(int texture, int level, int format, int type, long data)
      void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    • glClearTexImageEXT

      public static void glClearTexImageEXT(int texture, int level, int format, int type, @Nullable ByteBuffer data)
      void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    • glClearTexImageEXT

      public static void glClearTexImageEXT(int texture, int level, int format, int type, @Nullable ShortBuffer data)
      void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    • glClearTexImageEXT

      public static void glClearTexImageEXT(int texture, int level, int format, int type, @Nullable IntBuffer data)
      void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    • glClearTexImageEXT

      public static void glClearTexImageEXT(int texture, int level, int format, int type, @Nullable FloatBuffer data)
      void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    • nglClearTexSubImageEXT

      public static void nglClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long data)
      void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    • glClearTexSubImageEXT

      public static void glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @Nullable ByteBuffer data)
      void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    • glClearTexSubImageEXT

      public static void glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @Nullable ShortBuffer data)
      void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    • glClearTexSubImageEXT

      public static void glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @Nullable IntBuffer data)
      void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    • glClearTexSubImageEXT

      public static void glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, @Nullable FloatBuffer data)
      void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    • glClearTexImageEXT

      public static void glClearTexImageEXT(int texture, int level, int format, int type, short @Nullable [] data)
      void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    • glClearTexImageEXT

      public static void glClearTexImageEXT(int texture, int level, int format, int type, int @Nullable [] data)
      void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    • glClearTexImageEXT

      public static void glClearTexImageEXT(int texture, int level, int format, int type, float @Nullable [] data)
      void glClearTexImageEXT(GLuint texture, GLint level, GLenum format, GLenum type, void const * data)
    • glClearTexSubImageEXT

      public static void glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, short @Nullable [] data)
      void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    • glClearTexSubImageEXT

      public static void glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, int @Nullable [] data)
      void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)
    • glClearTexSubImageEXT

      public static void glClearTexSubImageEXT(int texture, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, float @Nullable [] data)
      void glClearTexSubImageEXT(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void const * data)