Package org.lwjgl.opengles
Class QCOMExtendedGet
java.lang.Object
org.lwjgl.opengles.QCOMExtendedGet
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of ExtTexObjectStateOverrideiQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOMstatic final int
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffer
glExtGetBufferPointervQCOM
(int target, long result_size) static void
glExtGetBuffersQCOM
(IntBuffer buffers, IntBuffer numBuffers) static void
glExtGetFramebuffersQCOM
(IntBuffer framebuffers, IntBuffer numFramebuffers) static void
glExtGetRenderbuffersQCOM
(IntBuffer renderbuffers, IntBuffer numRenderbuffers) static void
glExtGetTexLevelParameterivQCOM
(int texture, int face, int level, int pname, 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, ByteBuffer texels) static void
glExtGetTexSubImageQCOM
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, FloatBuffer texels) static void
glExtGetTexSubImageQCOM
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, IntBuffer texels) static void
glExtGetTexSubImageQCOM
(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, ShortBuffer texels) static void
glExtGetTexturesQCOM
(IntBuffer textures, IntBuffer numTextures) static void
glExtTexObjectStateOverrideiQCOM
(int target, int pname, int param)
-
Field Details
-
GL_TEXTURE_WIDTH_QCOM
public static final int GL_TEXTURE_WIDTH_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_TEXTURE_HEIGHT_QCOM
public static final int GL_TEXTURE_HEIGHT_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_TEXTURE_DEPTH_QCOM
public static final int GL_TEXTURE_DEPTH_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_TEXTURE_INTERNAL_FORMAT_QCOM
public static final int GL_TEXTURE_INTERNAL_FORMAT_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_TEXTURE_FORMAT_QCOM
public static final int GL_TEXTURE_FORMAT_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_TEXTURE_TYPE_QCOM
public static final int GL_TEXTURE_TYPE_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_TEXTURE_IMAGE_VALID_QCOM
public static final int GL_TEXTURE_IMAGE_VALID_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_TEXTURE_NUM_LEVELS_QCOM
public static final int GL_TEXTURE_NUM_LEVELS_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_TEXTURE_TARGET_QCOM
public static final int GL_TEXTURE_TARGET_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_TEXTURE_OBJECT_VALID_QCOM
public static final int GL_TEXTURE_OBJECT_VALID_QCOMAccepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM- See Also:
-
GL_STATE_RESTORE
public static final int GL_STATE_RESTOREAccepted by the <pname> parameter of ExtTexObjectStateOverrideiQCOM- See Also:
-
-
Method Details
-
glExtGetTexturesQCOM
-
glExtGetBuffersQCOM
-
glExtGetRenderbuffersQCOM
-
glExtGetFramebuffersQCOM
-
glExtGetTexLevelParameterivQCOM
public static void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, IntBuffer params) -
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, ByteBuffer 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, FloatBuffer 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, IntBuffer 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, ShortBuffer texels) -
glExtGetBufferPointervQCOM
-