Package org.lwjgl.opengles
Class QCOMExtendedGet
- java.lang.Object
-
- org.lwjgl.opengles.QCOMExtendedGet
-
public class QCOMExtendedGet extends java.lang.ObjectNative 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 Description static intGL_STATE_RESTOREAccepted by thepnameparameter of ExtTexObjectStateOverrideiQCOM.static intGL_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 thepnameparameter of ExtGetTexLevelParameterivQCOM.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longglExtGetBufferPointerQCOM(int target)static voidglExtGetBufferPointervQCOM(int target, org.lwjgl.PointerBuffer params)static voidglExtGetBuffersQCOM(int[] buffers, int[] numBuffers)Array version of:ExtGetBuffersQCOMstatic voidglExtGetBuffersQCOM(java.nio.IntBuffer buffers, java.nio.IntBuffer numBuffers)static voidglExtGetFramebuffersQCOM(int[] framebuffers, int[] numFramebuffers)Array version of:ExtGetFramebuffersQCOMstatic voidglExtGetFramebuffersQCOM(java.nio.IntBuffer framebuffers, java.nio.IntBuffer numFramebuffers)static voidglExtGetRenderbuffersQCOM(int[] renderbuffers, int[] numRenderbuffers)Array version of:ExtGetRenderbuffersQCOMstatic voidglExtGetRenderbuffersQCOM(java.nio.IntBuffer renderbuffers, java.nio.IntBuffer numRenderbuffers)static intglExtGetTexLevelParameteriQCOM(int texture, int face, int level, int pname)static voidglExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, int[] params)Array version of:ExtGetTexLevelParameterivQCOMstatic voidglExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, java.nio.IntBuffer params)static voidglExtGetTexSubImageQCOM(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 voidglExtGetTexturesQCOM(int[] textures, int[] numTextures)Array version of:ExtGetTexturesQCOMstatic voidglExtGetTexturesQCOM(java.nio.IntBuffer textures, java.nio.IntBuffer numTextures)static voidglExtTexObjectStateOverrideiQCOM(int target, int pname, int param)static voidnglExtGetBufferPointervQCOM(int target, long params)static voidnglExtGetBuffersQCOM(long buffers, int maxBuffers, long numBuffers)static voidnglExtGetFramebuffersQCOM(long framebuffers, int maxFramebuffers, long numFramebuffers)static voidnglExtGetRenderbuffersQCOM(long renderbuffers, int maxRenderbuffers, long numRenderbuffers)static voidnglExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, long params)static voidnglExtGetTexSubImageQCOM(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long texels)static voidnglExtGetTexturesQCOM(long textures, int maxTextures, long numTextures)
-
-
-
Field Detail
-
GL_TEXTURE_WIDTH_QCOM, GL_TEXTURE_HEIGHT_QCOM, GL_TEXTURE_DEPTH_QCOM, GL_TEXTURE_INTERNAL_FORMAT_QCOM, GL_TEXTURE_FORMAT_QCOM, GL_TEXTURE_TYPE_QCOM, GL_TEXTURE_IMAGE_VALID_QCOM, GL_TEXTURE_NUM_LEVELS_QCOM, GL_TEXTURE_TARGET_QCOM, GL_TEXTURE_OBJECT_VALID_QCOM
Accepted by thepnameparameter of ExtGetTexLevelParameterivQCOM.
-
GL_STATE_RESTORE
Accepted by thepnameparameter of ExtTexObjectStateOverrideiQCOM.
-
-
Method Detail
-
nglExtGetTexturesQCOM
public static void nglExtGetTexturesQCOM(long textures, int maxTextures, long numTextures)
-
glExtGetTexturesQCOM
public static void glExtGetTexturesQCOM(@Nullable java.nio.IntBuffer textures, @Nullable java.nio.IntBuffer numTextures)
-
nglExtGetBuffersQCOM
public static void nglExtGetBuffersQCOM(long buffers, int maxBuffers, long numBuffers)
-
glExtGetBuffersQCOM
public static void glExtGetBuffersQCOM(@Nullable java.nio.IntBuffer buffers, @Nullable java.nio.IntBuffer numBuffers)
-
nglExtGetRenderbuffersQCOM
public static void nglExtGetRenderbuffersQCOM(long renderbuffers, int maxRenderbuffers, long numRenderbuffers)
-
glExtGetRenderbuffersQCOM
public static void glExtGetRenderbuffersQCOM(@Nullable java.nio.IntBuffer renderbuffers, @Nullable java.nio.IntBuffer numRenderbuffers)
-
nglExtGetFramebuffersQCOM
public static void nglExtGetFramebuffersQCOM(long framebuffers, int maxFramebuffers, long numFramebuffers)
-
glExtGetFramebuffersQCOM
public static void glExtGetFramebuffersQCOM(@Nullable java.nio.IntBuffer framebuffers, @Nullable java.nio.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, 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)
-
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, java.nio.ByteBuffer texels)
-
nglExtGetBufferPointervQCOM
public static void nglExtGetBufferPointervQCOM(int target, long params)
-
glExtGetBufferPointervQCOM
public static void glExtGetBufferPointervQCOM(int target, org.lwjgl.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)Array version of:ExtGetTexLevelParameterivQCOM
-
-