public final class GLUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
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) |
public static int getInternalFormat(Bitmap bitmap)
public static int getType(Bitmap bitmap)
public static void texImage2D(int target,
int level,
int internalformat,
Bitmap bitmap,
int border)
public static void texImage2D(int target,
int level,
int internalformat,
Bitmap bitmap,
int type,
int border)
public static void texImage2D(int target,
int level,
Bitmap bitmap,
int border)
public static void texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
Bitmap bitmap)
public static void texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
Bitmap bitmap,
int format,
int type)
public static String getEGLErrorString(int error)
Copyright © 2008-2013. All Rights Reserved.