Package org.lwjgl.opengles
Class QCOMExtendedGet
java.lang.Object
org.lwjgl.opengles.QCOMExtendedGet
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
glExtGetBufferPointerQCOM
(int target) void glExtGetBufferPointervQCOM(GLenum target, void ** params)
static void
glExtGetBufferPointervQCOM
(int target, PointerBuffer params) void glExtGetBufferPointervQCOM(GLenum target, void ** params)
static void
glExtGetBuffersQCOM
(int @Nullable [] buffers, int @Nullable [] numBuffers) void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
static void
glExtGetBuffersQCOM
(@Nullable IntBuffer buffers, @Nullable IntBuffer numBuffers) void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
static void
glExtGetFramebuffersQCOM
(int @Nullable [] framebuffers, int @Nullable [] numFramebuffers) void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
static void
glExtGetFramebuffersQCOM
(@Nullable IntBuffer framebuffers, @Nullable IntBuffer numFramebuffers) void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
static void
glExtGetRenderbuffersQCOM
(int @Nullable [] renderbuffers, int @Nullable [] numRenderbuffers) void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
static void
glExtGetRenderbuffersQCOM
(@Nullable IntBuffer renderbuffers, @Nullable IntBuffer numRenderbuffers) void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
static int
glExtGetTexLevelParameteriQCOM
(int texture, int face, int level, int pname) void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
static void
glExtGetTexLevelParameterivQCOM
(int texture, int face, int level, int pname, int[] params) void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
static void
glExtGetTexLevelParameterivQCOM
(int texture, int face, int level, int pname, IntBuffer params) void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * 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) void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void * texels)
static void
glExtGetTexturesQCOM
(int @Nullable [] textures, int @Nullable [] numTextures) void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
static void
glExtGetTexturesQCOM
(@Nullable IntBuffer textures, @Nullable IntBuffer numTextures) void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
static void
glExtTexObjectStateOverrideiQCOM
(int target, int pname, int param) void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param)
static void
nglExtGetBufferPointervQCOM
(int target, long params) void glExtGetBufferPointervQCOM(GLenum target, void ** params)
static void
nglExtGetBuffersQCOM
(long buffers, int maxBuffers, long numBuffers) void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
static void
nglExtGetFramebuffersQCOM
(long framebuffers, int maxFramebuffers, long numFramebuffers) void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
static void
nglExtGetRenderbuffersQCOM
(long renderbuffers, int maxRenderbuffers, long numRenderbuffers) void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
static void
nglExtGetTexLevelParameterivQCOM
(int texture, int face, int level, int pname, long params) void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
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) void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void * texels)
static void
nglExtGetTexturesQCOM
(long textures, int maxTextures, long numTextures) void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
-
Field Details
-
GL_TEXTURE_WIDTH_QCOM
public static final int GL_TEXTURE_WIDTH_QCOM- See Also:
-
GL_TEXTURE_HEIGHT_QCOM
public static final int GL_TEXTURE_HEIGHT_QCOM- See Also:
-
GL_TEXTURE_DEPTH_QCOM
public static final int GL_TEXTURE_DEPTH_QCOM- See Also:
-
GL_TEXTURE_INTERNAL_FORMAT_QCOM
public static final int GL_TEXTURE_INTERNAL_FORMAT_QCOM- See Also:
-
GL_TEXTURE_FORMAT_QCOM
public static final int GL_TEXTURE_FORMAT_QCOM- See Also:
-
GL_TEXTURE_TYPE_QCOM
public static final int GL_TEXTURE_TYPE_QCOM- See Also:
-
GL_TEXTURE_IMAGE_VALID_QCOM
public static final int GL_TEXTURE_IMAGE_VALID_QCOM- See Also:
-
GL_TEXTURE_NUM_LEVELS_QCOM
public static final int GL_TEXTURE_NUM_LEVELS_QCOM- See Also:
-
GL_TEXTURE_TARGET_QCOM
public static final int GL_TEXTURE_TARGET_QCOM- See Also:
-
GL_TEXTURE_OBJECT_VALID_QCOM
public static final int GL_TEXTURE_OBJECT_VALID_QCOM- See Also:
-
GL_STATE_RESTORE
public static final int GL_STATE_RESTORE- See Also:
-
-
Method Details
-
nglExtGetTexturesQCOM
public static void nglExtGetTexturesQCOM(long textures, int maxTextures, long numTextures) void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
-
glExtGetTexturesQCOM
public static void glExtGetTexturesQCOM(@Nullable IntBuffer textures, @Nullable IntBuffer numTextures) void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
-
nglExtGetBuffersQCOM
public static void nglExtGetBuffersQCOM(long buffers, int maxBuffers, long numBuffers) void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
-
glExtGetBuffersQCOM
void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
-
nglExtGetRenderbuffersQCOM
public static void nglExtGetRenderbuffersQCOM(long renderbuffers, int maxRenderbuffers, long numRenderbuffers) void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
-
glExtGetRenderbuffersQCOM
public static void glExtGetRenderbuffersQCOM(@Nullable IntBuffer renderbuffers, @Nullable IntBuffer numRenderbuffers) void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
-
nglExtGetFramebuffersQCOM
public static void nglExtGetFramebuffersQCOM(long framebuffers, int maxFramebuffers, long numFramebuffers) void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
-
glExtGetFramebuffersQCOM
public static void glExtGetFramebuffersQCOM(@Nullable IntBuffer framebuffers, @Nullable IntBuffer numFramebuffers) void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
-
nglExtGetTexLevelParameterivQCOM
public static void nglExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, long params) void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
-
glExtGetTexLevelParameterivQCOM
public static void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, IntBuffer params) void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
-
glExtGetTexLevelParameteriQCOM
public static int glExtGetTexLevelParameteriQCOM(int texture, int face, int level, int pname) void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
-
glExtTexObjectStateOverrideiQCOM
public static void glExtTexObjectStateOverrideiQCOM(int target, int pname, int param) void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint 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) void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void * 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) void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void * texels)
-
nglExtGetBufferPointervQCOM
public static void nglExtGetBufferPointervQCOM(int target, long params) void glExtGetBufferPointervQCOM(GLenum target, void ** params)
-
glExtGetBufferPointervQCOM
void glExtGetBufferPointervQCOM(GLenum target, void ** params)
-
glExtGetBufferPointerQCOM
public static long glExtGetBufferPointerQCOM(int target) void glExtGetBufferPointervQCOM(GLenum target, void ** params)
-
glExtGetTexturesQCOM
public static void glExtGetTexturesQCOM(int @Nullable [] textures, int @Nullable [] numTextures) void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures)
-
glExtGetBuffersQCOM
public static void glExtGetBuffersQCOM(int @Nullable [] buffers, int @Nullable [] numBuffers) void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers)
-
glExtGetRenderbuffersQCOM
public static void glExtGetRenderbuffersQCOM(int @Nullable [] renderbuffers, int @Nullable [] numRenderbuffers) void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers)
-
glExtGetFramebuffersQCOM
public static void glExtGetFramebuffersQCOM(int @Nullable [] framebuffers, int @Nullable [] numFramebuffers) void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers)
-
glExtGetTexLevelParameterivQCOM
public static void glExtGetTexLevelParameterivQCOM(int texture, int face, int level, int pname, int[] params) void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params)
-