Class QCOMExtendedGet

java.lang.Object
org.lwjgl.opengles.QCOMExtendedGet

public class QCOMExtendedGet extends Object
Native bindings to the QCOM_extended_get extension. This extension enables instrumenting the driver for debugging of OpenGL ES applications.
  • Field Details

    • GL_TEXTURE_WIDTH_QCOM

      public static final int GL_TEXTURE_WIDTH_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_TEXTURE_HEIGHT_QCOM

      public static final int GL_TEXTURE_HEIGHT_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_TEXTURE_DEPTH_QCOM

      public static final int GL_TEXTURE_DEPTH_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_TEXTURE_INTERNAL_FORMAT_QCOM

      public static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_TEXTURE_FORMAT_QCOM

      public static final int GL_TEXTURE_FORMAT_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_TEXTURE_TYPE_QCOM

      public static final int GL_TEXTURE_TYPE_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_TEXTURE_IMAGE_VALID_QCOM

      public static final int GL_TEXTURE_IMAGE_VALID_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_TEXTURE_NUM_LEVELS_QCOM

      public static final int GL_TEXTURE_NUM_LEVELS_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_TEXTURE_TARGET_QCOM

      public static final int GL_TEXTURE_TARGET_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_TEXTURE_OBJECT_VALID_QCOM

      public static final int GL_TEXTURE_OBJECT_VALID_QCOM
      Accepted by the pname parameter of ExtGetTexLevelParameterivQCOM.
      See Also:
    • GL_STATE_RESTORE

      public static final int GL_STATE_RESTORE
      Accepted by the pname parameter of ExtTexObjectStateOverrideiQCOM.
      See Also:
  • Method Details

    • nglExtGetTexturesQCOM

      public static void nglExtGetTexturesQCOM(long textures, int maxTextures, long numTextures)
    • glExtGetTexturesQCOM

      public static void glExtGetTexturesQCOM(@Nullable IntBuffer textures, @Nullable IntBuffer numTextures)
    • nglExtGetBuffersQCOM

      public static void nglExtGetBuffersQCOM(long buffers, int maxBuffers, long numBuffers)
    • glExtGetBuffersQCOM

      public static void glExtGetBuffersQCOM(@Nullable IntBuffer buffers, @Nullable IntBuffer numBuffers)
    • nglExtGetRenderbuffersQCOM

      public static void nglExtGetRenderbuffersQCOM(long renderbuffers, int maxRenderbuffers, long numRenderbuffers)
    • glExtGetRenderbuffersQCOM

      public static void glExtGetRenderbuffersQCOM(@Nullable IntBuffer renderbuffers, @Nullable IntBuffer numRenderbuffers)
    • nglExtGetFramebuffersQCOM

      public static void nglExtGetFramebuffersQCOM(long framebuffers, int maxFramebuffers, long numFramebuffers)
    • glExtGetFramebuffersQCOM

      public static void glExtGetFramebuffersQCOM(@Nullable IntBuffer framebuffers, @Nullable IntBuffer numFramebuffers)
    • nglExtGetTexLevelParameterivQCOM

      public static void nglExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, long params)
    • glExtGetTexLevelParameterivQCOM

      public static void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, IntBuffer params)
    • glExtGetTexLevelParameteriQCOM

      public static int glExtGetTexLevelParameteriQCOM(int texture, int face, int level, int pname)
    • glExtTexObjectStateOverrideiQCOM

      public static void glExtTexObjectStateOverrideiQCOM(int target, int pname, int param)
    • nglExtGetTexSubImageQCOM

      public static void nglExtGetTexSubImageQCOM(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long texels)
    • glExtGetTexSubImageQCOM

      public static void glExtGetTexSubImageQCOM(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, ByteBuffer texels)
    • nglExtGetBufferPointervQCOM

      public static void nglExtGetBufferPointervQCOM(int target, long params)
    • glExtGetBufferPointervQCOM

      public static void glExtGetBufferPointervQCOM(int target, PointerBuffer params)
    • glExtGetBufferPointerQCOM

      public static long glExtGetBufferPointerQCOM(int target)
    • glExtGetTexturesQCOM

      public static void glExtGetTexturesQCOM(@Nullable int[] textures, @Nullable int[] numTextures)
      Array version of: ExtGetTexturesQCOM
    • glExtGetBuffersQCOM

      public static void glExtGetBuffersQCOM(@Nullable int[] buffers, @Nullable int[] numBuffers)
      Array version of: ExtGetBuffersQCOM
    • glExtGetRenderbuffersQCOM

      public static void glExtGetRenderbuffersQCOM(@Nullable int[] renderbuffers, @Nullable int[] numRenderbuffers)
      Array version of: ExtGetRenderbuffersQCOM
    • glExtGetFramebuffersQCOM

      public static void glExtGetFramebuffersQCOM(@Nullable int[] framebuffers, @Nullable int[] numFramebuffers)
      Array version of: ExtGetFramebuffersQCOM
    • glExtGetTexLevelParameterivQCOM

      public static void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, int[] params)