|
The Java™ Binding for the OpenGL® ES API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatBuffer | |
java.nio | Defines buffers, which are containers for data, and provides an overview of the other NIO packages. |
javax.microedition.khronos.opengles | A package containing the Khronos OpenGL(R) ES interfaces. |
Uses of FloatBuffer in java.nio |
Methods in java.nio that return FloatBuffer | |
abstract FloatBuffer |
ByteBuffer.asFloatBuffer()
Creates a view of this byte buffer as a float buffer. |
static FloatBuffer |
FloatBuffer.wrap(float[] array,
int offset,
int length)
Wraps a float array into a buffer. |
static FloatBuffer |
FloatBuffer.wrap(float[] array)
Wraps a float array into a buffer. |
abstract FloatBuffer |
FloatBuffer.slice()
Creates a new float buffer whose content is a shared subsequence of this buffer's content. |
abstract FloatBuffer |
FloatBuffer.put(float f)
Relative put method (optional operation). |
abstract FloatBuffer |
FloatBuffer.put(int index,
float f)
Absolute put method (optional operation). |
FloatBuffer |
FloatBuffer.get(float[] dst,
int offset,
int length)
Relative bulk get method. |
FloatBuffer |
FloatBuffer.get(float[] dst)
Relative bulk get method. |
FloatBuffer |
FloatBuffer.put(FloatBuffer src)
Relative bulk put method (optional operation). |
FloatBuffer |
FloatBuffer.put(float[] src,
int offset,
int length)
Relative bulk put method (optional operation). |
FloatBuffer |
FloatBuffer.put(float[] src)
Relative bulk put method (optional operation). |
Methods in java.nio with parameters of type FloatBuffer | |
FloatBuffer |
FloatBuffer.put(FloatBuffer src)
Relative bulk put method (optional operation). |
Uses of FloatBuffer in javax.microedition.khronos.opengles |
Methods in javax.microedition.khronos.opengles with parameters of type FloatBuffer | |
void |
GL10.glFogfv(int pname,
FloatBuffer params)
Floating-point Buffer version of glFog . |
void |
GL10.glLightModelfv(int pname,
FloatBuffer params)
Floating-point Buffer version of glLightModel . |
void |
GL10.glLightfv(int light,
int pname,
FloatBuffer params)
Floating-point Buffer version of glLight . |
void |
GL10.glLoadMatrixf(FloatBuffer m)
Floating-point Buffer version of glLoadMatrix . |
void |
GL10.glMaterialfv(int face,
int pname,
FloatBuffer params)
Floating-point Buffer version of glMaterial . |
void |
GL10.glMultMatrixf(FloatBuffer m)
Floating-point Buffer version of glMultMatrix . |
void |
GL10.glTexEnvfv(int target,
int pname,
FloatBuffer params)
Floating-point Buffer version of glTexEnv . |
void |
GL11.glClipPlanef(int plane,
FloatBuffer equation)
Floating-point Buffer version of
glClipPlane . |
void |
GL11.glGetFloatv(int pname,
FloatBuffer params)
Floating-point Buffer version of
glGet . |
void |
GL11.glGetClipPlanef(int plane,
FloatBuffer equation)
Floating-point Buffer version of
glGetClipPlane . |
void |
GL11.glGetLightfv(int light,
int pname,
FloatBuffer params)
Floating-point Buffer version of
glGetLight . |
void |
GL11.glGetMaterialfv(int face,
int pname,
FloatBuffer params)
Floating-point Buffer version of
glGetMaterial . |
void |
GL11.glGetTexEnvfv(int env,
int pname,
FloatBuffer params)
Floating-point Buffer version of
glGetTexEnv . |
void |
GL11.glGetTexParameterfv(int target,
int pname,
FloatBuffer params)
Floating-point Buffer version of
glGetTexParameter . |
void |
GL11.glPointParameterfv(int pname,
FloatBuffer params)
Floating-point Buffer version of
glPointParameter . |
void |
GL11.glTexParameterfv(int target,
int pname,
FloatBuffer params)
Floating-point Buffer version of
glTexParameter . |
void |
GL11Ext.glDrawTexfvOES(FloatBuffer coords)
( OES_draw_texture extension)
Floating-point Buffer version of
glDrawTexOES . |
void |
GL11ExtensionPack.glTexEnvfv(int target,
int pname,
FloatBuffer params)
( OES_texture_env_crossbar extension)
Floating-point Buffer version of
glTexEnv . |
void |
GL11ExtensionPack.glTexGenfv(int coord,
int pname,
FloatBuffer params)
(1.1 + OES_texture_cube_map extension)
Floating-point Buffer version of
glTexGen . |
void |
GL11ExtensionPack.glGetTexGenfv(int coord,
int pname,
FloatBuffer params)
(1.1 + OES_texture_cube_map extension)
Floating-point Buffer version of glGetTexGen . |
|
Final Release, Oct 2006 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |