public final class QCOMExtendedGet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_STATE_RESTORE
Accepted by the <pname> parameter of ExtTexObjectStateOverrideiQCOM
|
static int |
GL_TEXTURE_DEPTH_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
static int |
GL_TEXTURE_FORMAT_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
static int |
GL_TEXTURE_HEIGHT_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
static int |
GL_TEXTURE_IMAGE_VALID_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
static int |
GL_TEXTURE_INTERNAL_FORMAT_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
static int |
GL_TEXTURE_NUM_LEVELS_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
static int |
GL_TEXTURE_OBJECT_VALID_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
static int |
GL_TEXTURE_TARGET_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
static int |
GL_TEXTURE_TYPE_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
static int |
GL_TEXTURE_WIDTH_QCOM
Accepted by the <pname> parameter of ExtGetTexLevelParameterivQCOM
|
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
glExtGetBufferPointervQCOM(int target,
long result_size) |
static void |
glExtGetBuffersQCOM(java.nio.IntBuffer buffers,
java.nio.IntBuffer numBuffers) |
static void |
glExtGetFramebuffersQCOM(java.nio.IntBuffer framebuffers,
java.nio.IntBuffer numFramebuffers) |
static void |
glExtGetRenderbuffersQCOM(java.nio.IntBuffer renderbuffers,
java.nio.IntBuffer numRenderbuffers) |
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 |
glExtGetTexSubImageQCOM(int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.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,
java.nio.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,
java.nio.ShortBuffer texels) |
static void |
glExtGetTexturesQCOM(java.nio.IntBuffer textures,
java.nio.IntBuffer numTextures) |
static void |
glExtTexObjectStateOverrideiQCOM(int target,
int pname,
int param) |
public static final int GL_TEXTURE_WIDTH_QCOM
public static final int GL_TEXTURE_HEIGHT_QCOM
public static final int GL_TEXTURE_DEPTH_QCOM
public static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM
public static final int GL_TEXTURE_FORMAT_QCOM
public static final int GL_TEXTURE_TYPE_QCOM
public static final int GL_TEXTURE_IMAGE_VALID_QCOM
public static final int GL_TEXTURE_NUM_LEVELS_QCOM
public static final int GL_TEXTURE_TARGET_QCOM
public static final int GL_TEXTURE_OBJECT_VALID_QCOM
public static final int GL_STATE_RESTORE
public static void glExtGetTexturesQCOM(java.nio.IntBuffer textures, java.nio.IntBuffer numTextures)
public static void glExtGetBuffersQCOM(java.nio.IntBuffer buffers, java.nio.IntBuffer numBuffers)
public static void glExtGetRenderbuffersQCOM(java.nio.IntBuffer renderbuffers, java.nio.IntBuffer numRenderbuffers)
public static void glExtGetFramebuffersQCOM(java.nio.IntBuffer framebuffers, java.nio.IntBuffer numFramebuffers)
public static void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, java.nio.IntBuffer params)
public static void glExtTexObjectStateOverrideiQCOM(int target, int pname, int param)
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)
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.FloatBuffer texels)
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.IntBuffer texels)
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.ShortBuffer texels)
public static java.nio.ByteBuffer glExtGetBufferPointervQCOM(int target, long result_size)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.