Methods Summary |
---|
public static native void | glAlphaFuncxOES(int func, int ref)
|
public static native void | glBindFramebufferOES(int target, int framebuffer)
|
public static native void | glBindRenderbufferOES(int target, int renderbuffer)
|
public static native void | glBlendEquationOES(int mode)
|
public static native void | glBlendEquationSeparateOES(int modeRGB, int modeAlpha)
|
public static native void | glBlendFuncSeparateOES(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)
|
public static native int | glCheckFramebufferStatusOES(int target)
|
public static native void | glClearColorxOES(int red, int green, int blue, int alpha)
|
public static native void | glClearDepthfOES(float depth)
|
public static native void | glClearDepthxOES(int depth)
|
public static native void | glClipPlanefOES(int plane, float[] equation, int offset)
|
public static native void | glClipPlanefOES(int plane, java.nio.FloatBuffer equation)
|
public static native void | glClipPlanexOES(int plane, int[] equation, int offset)
|
public static native void | glClipPlanexOES(int plane, java.nio.IntBuffer equation)
|
public static native void | glColor4xOES(int red, int green, int blue, int alpha)
|
public static native void | glCurrentPaletteMatrixOES(int matrixpaletteindex)
|
public static native void | glDeleteFramebuffersOES(int n, int[] framebuffers, int offset)
|
public static native void | glDeleteFramebuffersOES(int n, java.nio.IntBuffer framebuffers)
|
public static native void | glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset)
|
public static native void | glDeleteRenderbuffersOES(int n, java.nio.IntBuffer renderbuffers)
|
public static native void | glDepthRangefOES(float zNear, float zFar)
|
public static native void | glDepthRangexOES(int zNear, int zFar)
|
public static native void | glDrawTexfOES(float x, float y, float z, float width, float height)
|
public static native void | glDrawTexfvOES(float[] coords, int offset)
|
public static native void | glDrawTexfvOES(java.nio.FloatBuffer coords)
|
public static native void | glDrawTexiOES(int x, int y, int z, int width, int height)
|
public static native void | glDrawTexivOES(int[] coords, int offset)
|
public static native void | glDrawTexivOES(java.nio.IntBuffer coords)
|
public static native void | glDrawTexsOES(short x, short y, short z, short width, short height)
|
public static native void | glDrawTexsvOES(short[] coords, int offset)
|
public static native void | glDrawTexsvOES(java.nio.ShortBuffer coords)
|
public static native void | glDrawTexxOES(int x, int y, int z, int width, int height)
|
public static native void | glDrawTexxvOES(int[] coords, int offset)
|
public static native void | glDrawTexxvOES(java.nio.IntBuffer coords)
|
public static native void | glEGLImageTargetRenderbufferStorageOES(int target, java.nio.Buffer image)
|
public static native void | glEGLImageTargetTexture2DOES(int target, java.nio.Buffer image)
|
public static native void | glFogxOES(int pname, int param)
|
public static native void | glFogxvOES(int pname, int[] params, int offset)
|
public static native void | glFogxvOES(int pname, java.nio.IntBuffer params)
|
public static native void | glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer)
|
public static native void | glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level)
|
public static native void | glFrustumfOES(float left, float right, float bottom, float top, float zNear, float zFar)
|
public static native void | glFrustumxOES(int left, int right, int bottom, int top, int zNear, int zFar)
|
public static native void | glGenFramebuffersOES(int n, int[] framebuffers, int offset)
|
public static native void | glGenFramebuffersOES(int n, java.nio.IntBuffer framebuffers)
|
public static native void | glGenRenderbuffersOES(int n, int[] renderbuffers, int offset)
|
public static native void | glGenRenderbuffersOES(int n, java.nio.IntBuffer renderbuffers)
|
public static native void | glGenerateMipmapOES(int target)
|
public static native void | glGetClipPlanefOES(int pname, float[] eqn, int offset)
|
public static native void | glGetClipPlanefOES(int pname, java.nio.FloatBuffer eqn)
|
public static native void | glGetClipPlanexOES(int pname, int[] eqn, int offset)
|
public static native void | glGetClipPlanexOES(int pname, java.nio.IntBuffer eqn)
|
public static native void | glGetFixedvOES(int pname, int[] params, int offset)
|
public static native void | glGetFixedvOES(int pname, java.nio.IntBuffer params)
|
public static native void | glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset)
|
public static native void | glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, java.nio.IntBuffer params)
|
public static native void | glGetLightxvOES(int light, int pname, int[] params, int offset)
|
public static native void | glGetLightxvOES(int light, int pname, java.nio.IntBuffer params)
|
public static native void | glGetMaterialxvOES(int face, int pname, int[] params, int offset)
|
public static native void | glGetMaterialxvOES(int face, int pname, java.nio.IntBuffer params)
|
public static native void | glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset)
|
public static native void | glGetRenderbufferParameterivOES(int target, int pname, java.nio.IntBuffer params)
|
public static native void | glGetTexEnvxvOES(int env, int pname, int[] params, int offset)
|
public static native void | glGetTexEnvxvOES(int env, int pname, java.nio.IntBuffer params)
|
public static native void | glGetTexGenfvOES(int coord, int pname, float[] params, int offset)
|
public static native void | glGetTexGenfvOES(int coord, int pname, java.nio.FloatBuffer params)
|
public static native void | glGetTexGenivOES(int coord, int pname, int[] params, int offset)
|
public static native void | glGetTexGenivOES(int coord, int pname, java.nio.IntBuffer params)
|
public static native void | glGetTexGenxvOES(int coord, int pname, int[] params, int offset)
|
public static native void | glGetTexGenxvOES(int coord, int pname, java.nio.IntBuffer params)
|
public static native void | glGetTexParameterxvOES(int target, int pname, int[] params, int offset)
|
public static native void | glGetTexParameterxvOES(int target, int pname, java.nio.IntBuffer params)
|
public static native boolean | glIsFramebufferOES(int framebuffer)
|
public static native boolean | glIsRenderbufferOES(int renderbuffer)
|
public static native void | glLightModelxOES(int pname, int param)
|
public static native void | glLightModelxvOES(int pname, int[] params, int offset)
|
public static native void | glLightModelxvOES(int pname, java.nio.IntBuffer params)
|
public static native void | glLightxOES(int light, int pname, int param)
|
public static native void | glLightxvOES(int light, int pname, int[] params, int offset)
|
public static native void | glLightxvOES(int light, int pname, java.nio.IntBuffer params)
|
public static native void | glLineWidthxOES(int width)
|
public static native void | glLoadMatrixxOES(int[] m, int offset)
|
public static native void | glLoadMatrixxOES(java.nio.IntBuffer m)
|
public static native void | glLoadPaletteFromModelViewMatrixOES()
|
public static native void | glMaterialxOES(int face, int pname, int param)
|
public static native void | glMaterialxvOES(int face, int pname, int[] params, int offset)
|
public static native void | glMaterialxvOES(int face, int pname, java.nio.IntBuffer params)
|
public static void | glMatrixIndexPointerOES(int size, int type, int stride, java.nio.Buffer pointer) throw new RuntimeException("Stub!");
|
public static native void | glMultMatrixxOES(int[] m, int offset)
|
public static native void | glMultMatrixxOES(java.nio.IntBuffer m)
|
public static native void | glMultiTexCoord4xOES(int target, int s, int t, int r, int q)
|
public static native void | glNormal3xOES(int nx, int ny, int nz)
|
public static native void | glOrthofOES(float left, float right, float bottom, float top, float zNear, float zFar)
|
public static native void | glOrthoxOES(int left, int right, int bottom, int top, int zNear, int zFar)
|
public static native void | glPointParameterxOES(int pname, int param)
|
public static native void | glPointParameterxvOES(int pname, int[] params, int offset)
|
public static native void | glPointParameterxvOES(int pname, java.nio.IntBuffer params)
|
public static native void | glPointSizexOES(int size)
|
public static native void | glPolygonOffsetxOES(int factor, int units)
|
public static native void | glRenderbufferStorageOES(int target, int internalformat, int width, int height)
|
public static native void | glRotatexOES(int angle, int x, int y, int z)
|
public static native void | glSampleCoveragexOES(int value, boolean invert)
|
public static native void | glScalexOES(int x, int y, int z)
|
public static native void | glTexEnvxOES(int target, int pname, int param)
|
public static native void | glTexEnvxvOES(int target, int pname, int[] params, int offset)
|
public static native void | glTexEnvxvOES(int target, int pname, java.nio.IntBuffer params)
|
public static native void | glTexGenfOES(int coord, int pname, float param)
|
public static native void | glTexGenfvOES(int coord, int pname, float[] params, int offset)
|
public static native void | glTexGenfvOES(int coord, int pname, java.nio.FloatBuffer params)
|
public static native void | glTexGeniOES(int coord, int pname, int param)
|
public static native void | glTexGenivOES(int coord, int pname, int[] params, int offset)
|
public static native void | glTexGenivOES(int coord, int pname, java.nio.IntBuffer params)
|
public static native void | glTexGenxOES(int coord, int pname, int param)
|
public static native void | glTexGenxvOES(int coord, int pname, int[] params, int offset)
|
public static native void | glTexGenxvOES(int coord, int pname, java.nio.IntBuffer params)
|
public static native void | glTexParameterxOES(int target, int pname, int param)
|
public static native void | glTexParameterxvOES(int target, int pname, int[] params, int offset)
|
public static native void | glTexParameterxvOES(int target, int pname, java.nio.IntBuffer params)
|
public static native void | glTranslatexOES(int x, int y, int z)
|
public static void | glWeightPointerOES(int size, int type, int stride, java.nio.Buffer pointer) throw new RuntimeException("Stub!");
|