Home
last modified time | relevance | path

Searched defs:GL_BLEND (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h162 #define GL_BLEND 0x0BE2 macro
/frameworks/native/opengl/include/GLES2/
Dgl2.h129 #define GL_BLEND 0x0BE2 macro
/frameworks/native/opengl/include/GLES/
Dgl.h135 #define GL_BLEND 0x0BE2 macro
/frameworks/native/opengl/include/GLES3/
Dgl3.h129 #define GL_BLEND 0x0BE2 macro
Dgl31.h129 #define GL_BLEND 0x0BE2 macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java36 int GL_BLEND = 0x0BE2; field
/frameworks/base/opengl/java/android/opengl/
DGLES10.java38 public static final int GL_BLEND = 0x0BE2; field in GLES10
DGLES20.java79 public static final int GL_BLEND = 0x0BE2; field in GLES20