android.opengl
Class GLUtils
java.lang.Object
android.opengl.GLUtils
public final class GLUtils
- extends Object
Method Summary |
static String |
getEGLErrorString(int error)
|
static int |
getInternalFormat(Bitmap bitmap)
|
static int |
getType(Bitmap bitmap)
|
static void |
texImage2D(int target,
int level,
Bitmap bitmap,
int border)
|
static void |
texImage2D(int target,
int level,
int internalformat,
Bitmap bitmap,
int border)
|
static void |
texImage2D(int target,
int level,
int internalformat,
Bitmap bitmap,
int type,
int border)
|
static void |
texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
Bitmap bitmap)
|
static void |
texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
Bitmap bitmap,
int format,
int type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInternalFormat
public static int getInternalFormat(Bitmap bitmap)
getType
public static int getType(Bitmap bitmap)
texImage2D
public static void texImage2D(int target,
int level,
int internalformat,
Bitmap bitmap,
int border)
texImage2D
public static void texImage2D(int target,
int level,
int internalformat,
Bitmap bitmap,
int type,
int border)
texImage2D
public static void texImage2D(int target,
int level,
Bitmap bitmap,
int border)
texSubImage2D
public static void texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
Bitmap bitmap)
texSubImage2D
public static void texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
Bitmap bitmap,
int format,
int type)
getEGLErrorString
public static String getEGLErrorString(int error)
Copyright © 2008-2012. All Rights Reserved.