Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java105 int GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517; field
/frameworks/native/opengl/include/GLES2/
Dgl2.h273 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Y 0x8517 macro
/frameworks/native/opengl/include/GLES3/
Dgl3.h273 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Y 0x8517 macro
Dgl31.h275 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Y 0x8517 macro
Dgl32.h275 #define GL_TEXTURE_CUBE_MAP_POSITIVE_Y 0x8517 macro
/frameworks/base/opengl/java/android/opengl/
DGLES20.java219 public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y = 0x8517; field in GLES20