Home
last modified time | relevance | path

Searched defs:GL_COLOR_ARRAY_STRIDE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java45 int GL_COLOR_ARRAY_STRIDE = 0x8083; field
/frameworks/native/opengl/include/GLES/
Dgl.h263 #define GL_COLOR_ARRAY_STRIDE 0x8083 macro
/frameworks/base/opengl/java/android/opengl/
DGLES11.java47 public static final int GL_COLOR_ARRAY_STRIDE = 0x8083; field in GLES11