OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ETCMipmap.h File Reference
#include <GLES2/gl2.h>

Go to the source code of this file.

Macros

#define GLES_VERSION   2
 

Variables

static const GLubyte indices []
 
static const GLfloat vertices []
 
static const GLfloat textureCoordinates []
 

Macro Definition Documentation

#define GLES_VERSION   2

Definition at line 24 of file ETCMipmap.h.

Variable Documentation

const GLubyte indices[]
static
Initial value:
=
{
0, 1, 2, 3, 3, 4, 4, 5, 6, 7, 7, 8,
8, 9, 10, 11, 11, 12, 12, 13, 14, 15, 15, 16,
16, 17, 18, 19, 19, 20, 20, 21, 22, 23, 23, 24,
24, 25, 26, 27, 27, 28, 28, 29, 30, 31, 31, 32,
32, 33, 34, 35,
}

Definition at line 29 of file ETCMipmap.h.

const GLfloat textureCoordinates[]
static

Definition at line 97 of file ETCMipmap.h.

const GLfloat vertices[]
static

Definition at line 46 of file ETCMipmap.h.