Home
last modified time | relevance | path

Searched defs:GL_COLOR_MATERIAL (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h178 #define GL_COLOR_MATERIAL 0x0B57 macro
/frameworks/native/opengl/include/GLES/
Dgl.h151 #define GL_COLOR_MATERIAL 0x0B57 macro
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java45 int GL_COLOR_MATERIAL = 0x0B57; field
/frameworks/base/opengl/java/android/opengl/
DGLES10.java47 public static final int GL_COLOR_MATERIAL = 0x0B57; field in GLES10