Static Public メソッド | |
static native void | glClearIndex (float c) |
static native void | glClearColor (float red, float green, float blue, float alpha) |
static void | glClearColor (double red, double green, double blue, double alpha) |
static native void | glClear (int mask) |
static native void | glIndexMask (long mask) |
static native void | glColorMask (boolean red, boolean green, boolean blue, boolean alpha) |
static native void | glAlphaFunc (int func, float ref) |
static native void | glBlendFunc (int sfactor, int dfactor) |
static native void | glLogicOp (int opcode) |
static native void | glCullFace (int mode) |
static native void | glFrontFace (int mode) |
static native void | glPointSize (float size) |
static native void | glLineWidth (float width) |
static native void | glLineStipple (int factor, short pattern) |
static native void | glPolygonMode (int face, int mode) |
static native void | glPolygonOffset (float factor, float units) |
static native void | glPolygonStipple (byte[] mask) |
static native void | glGetPolygonStipple (byte[] mask) |
static native void | glEdgeFlag (boolean flag) |
static native void | glEdgeFlagv (boolean[] flags) |
static native void | glScissor (int x, int y, int width, int height) |
static native void | glClipPlane (int plane, double[] equation) |
static native void | glGetClipPlane (int plane, double[] equation) |
static native void | glDrawBuffer (int mode) |
static native void | glReadBuffer (int mode) |
static native void | glEnable (int cap) |
static native void | glDisable (int cap) |
static native boolean | glIsEnabled (int cap) |
static native void | glEnableClientState (int cap) |
static native void | glDisableClientState (int cap) |
static native boolean[] | glGetBooleanv (int pname) |
static native void | glPushAttrib (int mask) |
static native void | glPopAttrib () |
static native void | glPushClientAttrib (int mask) |
static native void | glPopClientAttrib () |
static native int | glRenderMode (int mode) |
static native int | glGetError () |
static String | glGetErrorString () |
static String | glGetErrorString (int id) |
static native String | glGetString (int name) |
static native void | glFinish () |
static native void | glFlush () |
static native void | glHint (int target, int mode) |
static native void | glClearDepth (double depth) |
static native void | glDepthFunc (int func) |
static native void | glDepthMask (boolean flag) |
static native void | glDepthRange (double near_val, double far_val) |
static native void | glClearAccum (float red, float green, float blue, float alpha) |
static native void | glAccum (int op, float value) |
static native void | glMatrixMode (int mode) |
static native void | glOrtho (double left, double right, double bottom, double top, double near_val, double far_val) |
static native void | glFrustum (double left, double right, double bottom, double top, double near_val, double far_val) |
static native void | glViewport (int x, int y, int width, int height) |
static native void | glPushMatrix () |
static native void | glPopMatrix () |
static native void | glLoadIdentity () |
static native void | glLoadMatrixd (double[] m) |
static native void | glLoadMatrixf (float[] m) |
static native void | glMultMatrixd (double[] m) |
static native void | glMultMatrixf (float[] m) |
static native void | glRotated (double angle, double x, double y, double z) |
static native void | glRotatef (float angle, float x, float y, float z) |
static native void | glScaled (double x, double y, double z) |
static native void | glScalef (float x, float y, float z) |
static native void | glTranslated (double x, double y, double z) |
static native void | glTranslatef (float x, float y, float z) |
static native boolean | glIsList (long list) |
static native void | glDeleteLists (long list, int range) |
static native long | glGenLists (int range) |
static native void | glNewList (long list, int mode) |
static native void | glEndList () |
static native void | glCallList (long list) |
static native void | glCallLists (byte[] lists) |
static native void | glCallLists (short[] lists) |
static native void | glCallLists (int[] lists) |
static native void | glListBase (long base) |
static native void | glBegin (int mode) |
static native void | glEnd () |
static native void | glVertex2d (double x, double y) |
static native void | glVertex2f (float x, float y) |
static native void | glVertex2i (int x, int y) |
static native void | glVertex2s (short x, short y) |
static native void | glVertex3d (double x, double y, double z) |
static native void | glVertex3f (float x, float y, float z) |
static native void | glVertex3i (int x, int y, int z) |
static native void | glVertex3s (short x, short y, short z) |
static native void | glVertex4d (double x, double y, double z, double w) |
static native void | glVertex4f (float x, float y, float z, float w) |
static native void | glVertex4i (int x, int y, int z, int w) |
static native void | glVertex4s (short x, short y, short z, short w) |
static native void | glVertex2dv (double[] v) |
static native void | glVertex2fv (float[] v) |
static native void | glVertex2iv (int[] v) |
static native void | glVertex2sv (short[] v) |
static native void | glVertex3dv (double[] v) |
static native void | glVertex3fv (float[] v) |
static native void | glVertex3iv (int[] v) |
static native void | glVertex3sv (short[] v) |
static native void | glVertex4dv (double[] v) |
static native void | glVertex4fv (float[] v) |
static native void | glVertex4iv (int[] v) |
static native void | glVertex4sv (short[] v) |
static native void | glNormal3b (byte nx, byte ny, byte nz) |
static native void | glNormal3d (double nx, double ny, double nz) |
static native void | glNormal3f (float nx, float ny, float nz) |
static native void | glNormal3i (int nx, int ny, int nz) |
static native void | glNormal3s (short nx, short ny, short nz) |
static native void | glNormal3bv (byte[] v) |
static native void | glNormal3dv (double[] v) |
static native void | glNormal3fv (float[] v) |
static native void | glNormal3iv (int[] v) |
static native void | glNormal3sv (short[] v) |
static native void | glIndexd (double c) |
static native void | glIndexf (float c) |
static native void | glIndexi (int c) |
static native void | glIndexs (short c) |
static native void | glIndexub (short c) |
static native void | glColor3b (byte red, byte green, byte blue) |
static native void | glColor3d (double red, double green, double blue) |
static native void | glColor3f (float red, float green, float blue) |
static native void | glColor3i (int red, int green, int blue) |
static native void | glColor3s (short red, short green, short blue) |
static native void | glColor3ub (short red, short green, short blue) |
static native void | glColor3ui (long red, long green, long blue) |
static native void | glColor3us (int red, int green, int blue) |
static native void | glColor4b (byte red, byte green, byte blue, byte alpha) |
static native void | glColor4d (double red, double green, double blue, double alpha) |
static native void | glColor4f (float red, float green, float blue, float alpha) |
static native void | glColor4i (int red, int green, int blue, int alpha) |
static native void | glColor4s (short red, short green, short blue, short alpha) |
static native void | glColor4ub (short red, short green, short blue, short alpha) |
static native void | glColor4ui (long red, long green, long blue, long alpha) |
static native void | glColor4us (int red, int green, int blue, int alpha) |
static native void | glColor3bv (byte[] v) |
static native void | glColor3dv (double[] v) |
static native void | glColor3fv (float[] v) |
static native void | glColor3iv (int[] v) |
static native void | glColor3sv (short[] v) |
static native void | glColor3ubv (byte[] v) |
static native void | glColor3uiv (int[] v) |
static native void | glColor3usv (short[] v) |
static native void | glColor4bv (byte[] v) |
static native void | glColor4dv (double[] v) |
static native void | glColor4fv (float[] v) |
static native void | glColor4iv (int[] v) |
static native void | glColor4sv (short[] v) |
static native void | glColor4ubv (byte[] v) |
static native void | glColor4uiv (int[] v) |
static native void | glColor4usv (short[] v) |
static native void | glTexCoord1d (double s) |
static native void | glTexCoord1f (float s) |
static native void | glTexCoord1i (int s) |
static native void | glTexCoord1s (short s) |
static native void | glTexCoord2d (double s, double t) |
static native void | glTexCoord2f (float s, float t) |
static native void | glTexCoord2i (int s, int t) |
static native void | glTexCoord2s (short s, short t) |
static native void | glTexCoord3d (double s, double t, double r) |
static native void | glTexCoord3f (float s, float t, float r) |
static native void | glTexCoord3i (int s, int t, int r) |
static native void | glTexCoord3s (short s, short t, short r) |
static native void | glTexCoord4d (double s, double t, double r, double q) |
static native void | glTexCoord4f (float s, float t, float r, float q) |
static native void | glTexCoord4i (int s, int t, int r, int q) |
static native void | glTexCoord4s (short s, short t, short r, short q) |
static native void | glTexCoord1dv (double[] v) |
static native void | glTexCoord1fv (float[] v) |
static native void | glTexCoord1iv (int[] v) |
static native void | glTexCoord1sv (short[] v) |
static native void | glTexCoord2dv (double[] v) |
static native void | glTexCoord2fv (float[] v) |
static native void | glTexCoord2iv (int[] v) |
static native void | glTexCoord2sv (short[] v) |
static native void | glTexCoord3dv (double[] v) |
static native void | glTexCoord3fv (float[] v) |
static native void | glTexCoord3iv (int[] v) |
static native void | glTexCoord3sv (short[] v) |
static native void | glTexCoord4dv (double[] v) |
static native void | glTexCoord4fv (float[] v) |
static native void | glTexCoord4iv (int[] v) |
static native void | glTexCoord4sv (short[] v) |
static native void | glRasterPos2d (double x, double y) |
static native void | glRasterPos2f (float x, float y) |
static native void | glRasterPos2i (int x, int y) |
static native void | glRasterPos2s (short x, short y) |
static native void | glRasterPos3d (double x, double y, double z) |
static native void | glRasterPos3f (float x, float y, float z) |
static native void | glRasterPos3i (int x, int y, int z) |
static native void | glRasterPos3s (short x, short y, short z) |
static native void | glRasterPos4d (double x, double y, double z, double w) |
static native void | glRasterPos4f (float x, float y, float z, float w) |
static native void | glRasterPos4i (int x, int y, int z, int w) |
static native void | glRasterPos4s (short x, short y, short z, short w) |
static native void | glRasterPos2dv (double[] v) |
static native void | glRasterPos2fv (float[] v) |
static native void | glRasterPos2iv (int[] v) |
static native void | glRasterPos2sv (short[] v) |
static native void | glRasterPos3dv (double[] v) |
static native void | glRasterPos3fv (float[] v) |
static native void | glRasterPos3iv (int[] v) |
static native void | glRasterPos3sv (short[] v) |
static native void | glRasterPos4dv (double[] v) |
static native void | glRasterPos4fv (float[] v) |
static native void | glRasterPos4iv (int[] v) |
static native void | glRasterPos4sv (short[] v) |
static native void | glRectd (double x1, double y1, double x2, double y2) |
static native void | glRectf (float x1, float y1, float x2, float y2) |
static native void | glRecti (int x1, int y1, int x2, int y2) |
static native void | glRects (short x1, short y1, short x2, short y2) |
static native void | glRectdv (double[] v1, double[] v2) |
static native void | glRectfv (float[] v1, float[] v2) |
static native void | glRectiv (int[] v1, int[] v2) |
static native void | glRectsv (short[] v1, short[] v2) |
static native void | glVertexPointer (int size, short[] vertexArray) |
static native void | glVertexPointer (int size, int[] vertexArray) |
static native void | glVertexPointer (int size, float[] vertexArray) |
static native void | glVertexPointer (int size, double[] vertexArray) |
static native void | glNormalPointer (byte[] normalArray) |
static native void | glNormalPointer (short[] normalArray) |
static native void | glNormalPointer (int[] normalArray) |
static native void | glNormalPointer (float[] normalArray) |
static native void | glNormalPointer (double[] normalArray) |
static native void | glColorPointer (int size, byte[] colorArray) |
static native void | glColorPointer (int size, short[] colorArray) |
static native void | glColorPointer (int size, int[] colorArray) |
static native void | glColorPointer (int size, double[] colorArray) |
static native void | glColorPointer (int size, float[] colorArray) |
static native void | glIndexPointer (byte[] indexArray) |
static native void | glIndexPointer (short[] indexArray) |
static native void | glIndexPointer (int[] indexArray) |
static native void | glIndexPointer (float[] indexArray) |
static native void | glIndexPointer (double[] indexArray) |
static native void | glTexCoordPointer (int size, short[] texCoordArray) |
static native void | glTexCoordPointer (int size, int[] texCoordArray) |
static native void | glTexCoordPointer (int size, float[] texCoordArray) |
static native void | glTexCoordPointer (int size, double[] texCoordArray) |
static native void | glEdgeFlagPointer (boolean[] edgeFlagArray) |
static native void | glArrayElement (int i) |
static native void | glDrawArrays (int mode, int first, int count) |
static native void | glDrawElements (int mode, byte[] indices) |
static native void | glDrawElements (int mode, short[] indices) |
static native void | glDrawElements (int mode, int[] indices) |
static native void | glShadeModel (int mode) |
static native void | glLightf (int light, int pname, float param) |
static native void | glLighti (int light, int pname, int param) |
static native void | glLightfv (int light, int pname, float[] params) |
static native void | glLightiv (int light, int pname, int[] params) |
static native void | glGetLightfv (int light, int pname, float[] params) |
static native void | glGetLightiv (int light, int pname, int[] params) |
static native void | glLightModelf (int pname, float param) |
static native void | glLightModeli (int pname, int param) |
static native void | glLightModelfv (int pname, float[] params) |
static native void | glLightModeliv (int pname, int[] params) |
static native void | glMaterialf (int face, int pname, float param) |
static native void | glMateriali (int face, int pname, int param) |
static native void | glMaterialfv (int face, int pname, float[] params) |
static native void | glMaterialiv (int face, int pname, int[] params) |
static native void | glGetMaterialfv (int face, int pname, float[] params) |
static native void | glGetMaterialiv (int face, int pname, int[] params) |
static native void | glColorMaterial (int face, int mode) |
static native void | glPixelZoom (float xfactor, float yfactor) |
static native void | glPixelStoref (int pname, float param) |
static native void | glPixelStorei (int pname, int param) |
static native void | glPixelTransferf (int pname, float param) |
static native void | glPixelTransferi (int pname, int param) |
static native void | glPixelMapfv (int map, float[] values) |
static native void | glPixelMapuiv (int map, int[] values) |
static native void | glPixelMapusv (int map, short[] values) |
static native void | glGetPixelMapfv (int map, float[] values) |
static native void | glGetPixelMapuiv (int map, int[] values) |
static native void | glGetPixelMapusv (int map, short[] values) |
static native void | glBitmap (int width, int height, float xorig, float yorig, float xmove, float ymove, byte[] bitmap) |
static native void | glReadPixels (int x, int y, int width, int height, int format, int type, float[] pixels) |
static native void | glReadPixels (int x, int y, int width, int height, int format, int type, byte[] pixels) |
static native void | glReadPixels (int x, int y, int width, int height, int format, int type, short[] pixels) |
static native void | glReadPixels (int x, int y, int width, int height, int format, int type, int[] pixels) |
static native void | glDrawPixels (int width, int height, int format, int type, float[] pixels) |
static native void | glDrawPixels (int width, int height, int format, int type, byte[] pixels) |
static native void | glDrawPixels (int width, int height, int format, int type, short[] pixels) |
static native void | glDrawPixels (int width, int height, int format, int type, int[] pixels) |
static native void | glCopyPixels (int x, int y, int width, int height, int bufferType) |
static native void | glStencilFunc (int func, int ref, int mask) |
static native void | glStencilMask (int mask) |
static native void | glStencilOp (int fail, int zfail, int zpass) |
static native void | glClearStencil (int s) |
static native void | glTexGend (int coord, int pname, double param) |
static native void | glTexGenf (int coord, int pname, float param) |
static native void | glTexGeni (int coord, int pname, int param) |
static native void | glTexGendv (int coord, int pname, double[] params) |
static native void | glTexGenfv (int coord, int pname, float[] params) |
static native void | glTexGeniv (int coord, int pname, int[] params) |
static native void | glGetTexGendv (int coord, int pname, double[] params) |
static native void | glGetTexGenfv (int coord, int pname, float[] params) |
static native void | glGetTexGeniv (int coord, int pname, int[] params) |
static native void | glTexEnvf (int target, int pname, float param) |
static native void | glTexEnvi (int target, int pname, int param) |
static native void | glTexEnvfv (int target, int pname, float[] params) |
static native void | glTexEnviv (int target, int pname, int[] params) |
static native void | glGetTexEnvfv (int target, int pname, float[] params) |
static native void | glGetTexEnviv (int target, int pname, int[] params) |
static native void | glTexParameterf (int target, int pname, float param) |
static native void | glTexParameteri (int target, int pname, int param) |
static native void | glTexParameterfv (int target, int pname, float[] params) |
static native void | glTexParameteriv (int target, int pname, int[] params) |
static native void | glGetTexParameterfv (int target, int pname, float[] params) |
static native void | glGetTexParameteriv (int target, int pname, int[] params) |
static native void | glGetTexLevelParameterfv (int target, int level, int pname, float[] params) |
static native void | glGetTexLevelParameteriv (int target, int level, int pname, int[] params) |
static native void | glTexImage1D (int target, int level, int internalFormat, int width, int border, int format, int type, float[] pixels) |
static native void | glTexImage1D (int target, int level, int internalFormat, int width, int border, int format, int type, byte[] pixels) |
static native void | glTexImage1D (int target, int level, int internalFormat, int width, int border, int format, int type, short[] pixels) |
static native void | glTexImage1D (int target, int level, int internalFormat, int width, int border, int format, int type, int[] pixels) |
static native void | glTexImage2D (int target, int level, int internalFormat, int width, int height, int border, int format, int type, float[] pixels) |
static native void | glTexImage2D (int target, int level, int internalFormat, int width, int height, int border, int format, int type, byte[] pixels) |
static native void | glTexImage2D (int target, int level, int internalFormat, int width, int height, int border, int format, int type, short[] pixels) |
static native void | glTexImage2D (int target, int level, int internalFormat, int width, int height, int border, int format, int type, int[] pixels) |
static native void | glGetTexImage (int target, int level, int format, int type, float[] pixels) |
static native void | glGetTexImage (int target, int level, int format, int type, byte[] pixels) |
static native void | glGetTexImage (int target, int level, int format, int type, short[] pixels) |
static native void | glGetTexImage (int target, int level, int format, int type, int[] pixels) |
static int[] | glGenTextures (int num) |
static void | glGenTextures (int[] texstureNameArray) |
static native void | glGenTextures (int n, int[] texstureNameArray) |
static void | glDeleteTextures (int[] texstureNameArray) |
static native void | glDeleteTextures (int n, int[] texstureNameArray) |
static native void | glBindTexture (int target, int texture) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|