Package org.lwjgl.opengles
Class QCOMExtendedGet
- java.lang.Object
-
- org.lwjgl.opengles.QCOMExtendedGet
-
public class QCOMExtendedGet extends java.lang.Object
Native bindings to the QCOM_extended_get extension. This extension enables instrumenting the driver for debugging of OpenGL ES applications.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_STATE_RESTORE
Accepted by thepname
parameter of ExtTexObjectStateOverrideiQCOM.static int
GL_TEXTURE_DEPTH_QCOM
GL_TEXTURE_FORMAT_QCOM
GL_TEXTURE_HEIGHT_QCOM
GL_TEXTURE_IMAGE_VALID_QCOM
GL_TEXTURE_INTERNAL_FORMAT_QCOM
GL_TEXTURE_NUM_LEVELS_QCOM
GL_TEXTURE_OBJECT_VALID_QCOM
GL_TEXTURE_TARGET_QCOM
GL_TEXTURE_TYPE_QCOM
GL_TEXTURE_WIDTH_QCOMAccepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static long
glExtGetBufferPointerQCOM(int target)
static void
glExtGetBufferPointervQCOM(int target, PointerBuffer params)
static void
glExtGetBuffersQCOM(int[] buffers, int[] numBuffers)
Array version of:ExtGetBuffersQCOM
static void
glExtGetBuffersQCOM(java.nio.IntBuffer buffers, java.nio.IntBuffer numBuffers)
static void
glExtGetFramebuffersQCOM(int[] framebuffers, int[] numFramebuffers)
Array version of:ExtGetFramebuffersQCOM
static void
glExtGetFramebuffersQCOM(java.nio.IntBuffer framebuffers, java.nio.IntBuffer numFramebuffers)
static void
glExtGetRenderbuffersQCOM(int[] renderbuffers, int[] numRenderbuffers)
Array version of:ExtGetRenderbuffersQCOM
static void
glExtGetRenderbuffersQCOM(java.nio.IntBuffer renderbuffers, java.nio.IntBuffer numRenderbuffers)
static int
glExtGetTexLevelParameteriQCOM(int texture, int face, int level, int pname)
static void
glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, int[] params)
Array version of:ExtGetTexLevelParameterivQCOM
static void
glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, java.nio.IntBuffer params)
static void
glExtGetTexSubImageQCOM(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.ByteBuffer texels)
static void
glExtGetTexturesQCOM(int[] textures, int[] numTextures)
Array version of:ExtGetTexturesQCOM
static void
glExtGetTexturesQCOM(java.nio.IntBuffer textures, java.nio.IntBuffer numTextures)
static void
glExtTexObjectStateOverrideiQCOM(int target, int pname, int param)
-
-
-
Field Detail
-
GL_TEXTURE_WIDTH_QCOM
public static final int GL_TEXTURE_WIDTH_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_TEXTURE_HEIGHT_QCOM
public static final int GL_TEXTURE_HEIGHT_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_TEXTURE_DEPTH_QCOM
public static final int GL_TEXTURE_DEPTH_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_TEXTURE_INTERNAL_FORMAT_QCOM
public static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_TEXTURE_FORMAT_QCOM
public static final int GL_TEXTURE_FORMAT_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_TEXTURE_TYPE_QCOM
public static final int GL_TEXTURE_TYPE_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_TEXTURE_IMAGE_VALID_QCOM
public static final int GL_TEXTURE_IMAGE_VALID_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_TEXTURE_NUM_LEVELS_QCOM
public static final int GL_TEXTURE_NUM_LEVELS_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_TEXTURE_TARGET_QCOM
public static final int GL_TEXTURE_TARGET_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_TEXTURE_OBJECT_VALID_QCOM
public static final int GL_TEXTURE_OBJECT_VALID_QCOM
Accepted by thepname
parameter of ExtGetTexLevelParameterivQCOM.- See Also:
- Constant Field Values
-
GL_STATE_RESTORE
public static final int GL_STATE_RESTORE
Accepted by thepname
parameter of ExtTexObjectStateOverrideiQCOM.- See Also:
- Constant Field Values
-
-
Method Detail
-
glExtGetTexturesQCOM
public static void glExtGetTexturesQCOM(java.nio.IntBuffer textures, java.nio.IntBuffer numTextures)
-
glExtGetBuffersQCOM
public static void glExtGetBuffersQCOM(java.nio.IntBuffer buffers, java.nio.IntBuffer numBuffers)
-
glExtGetRenderbuffersQCOM
public static void glExtGetRenderbuffersQCOM(java.nio.IntBuffer renderbuffers, java.nio.IntBuffer numRenderbuffers)
-
glExtGetFramebuffersQCOM
public static void glExtGetFramebuffersQCOM(java.nio.IntBuffer framebuffers, java.nio.IntBuffer numFramebuffers)
-
glExtGetTexLevelParameterivQCOM
public static void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, java.nio.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)
-
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, java.nio.ByteBuffer texels)
-
glExtGetBufferPointervQCOM
public static void glExtGetBufferPointervQCOM(int target, PointerBuffer params)
-
glExtGetBufferPointerQCOM
public static long glExtGetBufferPointerQCOM(int target)
-
glExtGetTexturesQCOM
public static void glExtGetTexturesQCOM(int[] textures, int[] numTextures)
Array version of:ExtGetTexturesQCOM
-
glExtGetBuffersQCOM
public static void glExtGetBuffersQCOM(int[] buffers, int[] numBuffers)
Array version of:ExtGetBuffersQCOM
-
glExtGetRenderbuffersQCOM
public static void glExtGetRenderbuffersQCOM(int[] renderbuffers, int[] numRenderbuffers)
Array version of:ExtGetRenderbuffersQCOM
-
glExtGetFramebuffersQCOM
public static void glExtGetFramebuffersQCOM(int[] framebuffers, int[] numFramebuffers)
Array version of:ExtGetFramebuffersQCOM
-
glExtGetTexLevelParameterivQCOM
public static void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, int[] params)
Array version of:ExtGetTexLevelParameterivQCOM
-
-