Home
last modified time | relevance | path

Searched defs:GL_TEXTURE_CUBE_MAP_POSITIVE_Z (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java106 int GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519; field
/frameworks/native/opengl/include/GLES2/
Dgl2.h277 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519 macro
/frameworks/native/opengl/include/GLES3/
Dgl3.h277 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519 macro
Dgl31.h277 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519 macro
Dgl32.h277 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Z 0x8519 macro
/frameworks/base/opengl/java/android/opengl/
DGLES20.java219 public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z = 0x8519; field in GLES20